This is the code documentation for the SproutCMS project
Search documentation |
class textTest
Extending this class<?php
/**
* New class description goes here
*
* @author Your Name, 2026-09-16
**/
class NewClassName extends textTest {
public function testContainsFormTag ($in, $expect) {
// Method code goes here
}
public function dataContainsFormTag () {
// Method code goes here
}
public function testLimitedSubsetHtml ($in, $expect) {
// Method code goes here
}
public function testLcToCamelCaps ($in, $expect) {
// Method code goes here
}
/**
* lower_case -> camelCase
**/
public function dataLcToCamelCase () {
// Method code goes here
}
public function testLcToCamelCase ($in, $expect) {
// Method code goes here
}
/**
* camelCase -> lower_case
**/
public function dataCamelToLc () {
// Method code goes here
}
/**
* Text::richtext with a block tag specified
**/
public function testRichtextBlockTag ($text, $tag, $expect) {
// Method code goes here
}
public function dataLimitedSubsetHtml () {
// Method code goes here
}
public function testCamelToLc ($in, $expect) {
// Method code goes here
}
/**
* lower_case -> CamelCaps
**/
public function dataLcToCamelCaps () {
// Method code goes here
}
/**
* Text::richtext with a block tag specified
**/
public function dataRichtextBlockTag () {
// Method code goes here
}
/**
* Text::richtext
**/
public function testRichtext ($text, $expect) {
// Method code goes here
}
public function dataPlain () {
// Method code goes here
}
public function testPlain ($html, $limit, $expect) {
// Method code goes here
}
/**
* Text::richtext
**/
public function dataRichtext () {
// Method code goes here
}
public function dataCensor () {
// Method code goes here
}
public function testCensor ($original, $expect, $partial) {
// Method code goes here
}
public function testLimitWordsHtml ($html, $limit, $expect) {
// Method code goes here
}
public function dataLimitWordsHtml () {
// Method code goes here
}
}
?>
|
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Tuesday, 15th September, 2026 at 10:26 am |
|