TYPO3  7.6
Public Attributes | Private Member Functions | List of all members
Delimiters Class Reference

Public Attributes

const PARAGRAPH = "\n\r"
 
const SENTENCE = ".\n\r"
 
const WORD = " \t.\n\r"
 
const CHARACTER = ""
 

Private Member Functions

 __construct ()
 

Detailed Description

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.

Constructor & Destructor Documentation

__construct ( )
private

Do not allow this class to be instantiated.

Definition at line 36 of file Delimiters.php.

Member Data Documentation

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.