SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class textTest

Functions

NameVisibilityDescription
dataCamelToLcpubliccamelCase -> lower_case
dataCensorpublic 
dataContainsFormTagpublic 
dataLcToCamelCapspubliclower_case -> CamelCaps
dataLcToCamelCasepubliclower_case -> camelCase
dataLimitWordsHtmlpublic 
dataLimitedSubsetHtmlpublic 
dataPlainpublic 
dataRichtextpublicText::richtext
dataRichtextBlockTagpublicText::richtext with a block tag specified
testCamelToLcpublic 
testCensorpublic 
testContainsFormTagpublic 
testLcToCamelCapspublic 
testLcToCamelCasepublic 
testLimitWordsHtmlpublic 
testLimitedSubsetHtmlpublic 
testPlainpublic 
testRichtextpublicText::richtext
testRichtextBlockTagpublicText::richtext with a block tag specified

public dataCamelToLc

unknown $textTest->dataCamelToLc ( );

camelCase -> lower_case

public dataCensor

unknown $textTest->dataCensor ( );

This function does not have a description

public dataContainsFormTag

unknown $textTest->dataContainsFormTag ( );

This function does not have a description

public dataLcToCamelCaps

unknown $textTest->dataLcToCamelCaps ( );

lower_case -> CamelCaps

public dataLcToCamelCase

unknown $textTest->dataLcToCamelCase ( );

lower_case -> camelCase

public dataLimitWordsHtml

unknown $textTest->dataLimitWordsHtml ( );

This function does not have a description

public dataLimitedSubsetHtml

unknown $textTest->dataLimitedSubsetHtml ( );

This function does not have a description

public dataPlain

unknown $textTest->dataPlain ( );

This function does not have a description

public dataRichtext

unknown $textTest->dataRichtext ( );

Text::richtext

public dataRichtextBlockTag

unknown $textTest->dataRichtextBlockTag ( );

Text::richtext with a block tag specified

public testCamelToLc

void $textTest->testCamelToLc ( mixed $in , mixed $expect );

This function does not have a description

public testCensor

void $textTest->testCensor ( mixed $original , mixed $expect , mixed $partial );

This function does not have a description

public testContainsFormTag

void $textTest->testContainsFormTag ( mixed $in , mixed $expect );

This function does not have a description

public testLcToCamelCaps

void $textTest->testLcToCamelCaps ( mixed $in , mixed $expect );

This function does not have a description

public testLcToCamelCase

void $textTest->testLcToCamelCase ( mixed $in , mixed $expect );

This function does not have a description

public testLimitWordsHtml

void $textTest->testLimitWordsHtml ( mixed $html , mixed $limit , mixed $expect );

This function does not have a description

public testLimitedSubsetHtml

void $textTest->testLimitedSubsetHtml ( mixed $in , mixed $expect );

This function does not have a description

public testPlain

void $textTest->testPlain ( mixed $html , mixed $limit , mixed $expect );

This function does not have a description

public testRichtext

void $textTest->testRichtext ( mixed $text , mixed $expect );

Text::richtext

public testRichtextBlockTag

void $textTest->testRichtextBlockTag ( mixed $text , mixed $tag , mixed $expect );

Text::richtext with a block tag specified