|
eZ Publish
[trunk]
|
Public Member Functions | |
| eZTextInputParser () | |
| parseText ($text) | |
Public Attributes | |
| $BreakTags = array() | |
| The tags that break the paragraph. | |
| $InlineTags = array( "emphasize", "strong" ) | |
| The tags that don't break the text. | |
| $TagStack = array() | |
| Contains the tags found. | |
| const | CHUNK_TAG = 2 |
| const | CHUNK_TEXT = 1 |
Definition at line 16 of file eztextinputparser.php.
Definition at line 24 of file eztextinputparser.php.
| eZTextInputParser::parseText | ( | $ | text | ) |
Will parse the input text and create an array of the input. False will be returned if the parsing
Definition at line 33 of file eztextinputparser.php.
| eZTextInputParser::$BreakTags = array() |
The tags that break the paragraph.
Definition at line 109 of file eztextinputparser.php.
| eZTextInputParser::$InlineTags = array( "emphasize", "strong" ) |
The tags that don't break the text.
Definition at line 106 of file eztextinputparser.php.
| eZTextInputParser::$TagStack = array() |
Contains the tags found.
Definition at line 103 of file eztextinputparser.php.
| const eZTextInputParser::CHUNK_TAG = 2 |
Definition at line 19 of file eztextinputparser.php.
Referenced by parseText().
| const eZTextInputParser::CHUNK_TEXT = 1 |
Definition at line 18 of file eztextinputparser.php.
Referenced by parseText().