![]() |
TYPO3
7.6
|
Public Attributes | |
const | PARAGRAPH = "\n\r" |
const | SENTENCE = ".\n\r" |
const | WORD = " \t.\n\r" |
const | CHARACTER = "" |
Private Member Functions | |
__construct () | |
Used by classes implementing cogpowered.
Class is used more like an Enum type; the class can not be instantiated.
Definition at line 26 of file Delimiters.php.
|
private |
Do not allow this class to be instantiated.
Definition at line 36 of file Delimiters.php.
const CHARACTER = "" |
Definition at line 31 of file Delimiters.php.
const PARAGRAPH = "\n\r" |
Definition at line 28 of file Delimiters.php.
const SENTENCE = ".\n\r" |
Definition at line 29 of file Delimiters.php.
const WORD = " \t.\n\r" |
Definition at line 30 of file Delimiters.php.