|
eZ Publish
[trunk]
|
Represents a text element in the template tree. More...
Public Member Functions | |
| eZTemplateTextElement ($text) | |
| name () | |
| process ($tpl, &$text) | |
| serializeData () | |
| & | text () |
Public Attributes | |
| $Text | |
| The element text. | |
Represents a text element in the template tree.
This class containst the text of a text element.
Definition at line 19 of file eztemplatetextelement.php.
Initializes the object with the text.
Definition at line 24 of file eztemplatetextelement.php.
Returns text.
Definition at line 32 of file eztemplatetextelement.php.
| eZTemplateTextElement::process | ( | $ | tpl, |
| &$ | text | ||
| ) |
Appends the element text to $text.
Definition at line 47 of file eztemplatetextelement.php.
Definition at line 37 of file eztemplatetextelement.php.
Returns a reference to the element text.
Definition at line 55 of file eztemplatetextelement.php.
| eZTemplateTextElement::$Text |
The element text.
Definition at line 61 of file eztemplatetextelement.php.