eZ Publish  [trunk]
eZTextInputParser Class Reference

List of all members.

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

Detailed Description

Definition at line 16 of file eztextinputparser.php.


Member Function Documentation

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.


Member Data Documentation

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.

Definition at line 19 of file eztextinputparser.php.

Referenced by parseText().

Definition at line 18 of file eztextinputparser.php.

Referenced by parseText().


The documentation for this class was generated from the following file: