|
eZ Publish
[4.2]
|
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 39 of file eztemplatetextelement.php.
| eZTemplateTextElement::eZTemplateTextElement | ( | $ | text | ) |
Initializes the object with the text.
Definition at line 44 of file eztemplatetextelement.php.
| eZTemplateTextElement::name | ( | ) |
Returns text.
Definition at line 52 of file eztemplatetextelement.php.
| eZTemplateTextElement::process | ( | $ | tpl, |
| &$ | text | ||
| ) |
Appends the element text to $text.
Definition at line 67 of file eztemplatetextelement.php.
| eZTemplateTextElement::serializeData | ( | ) |
Definition at line 57 of file eztemplatetextelement.php.
| & eZTemplateTextElement::text | ( | ) |
Returns a reference to the element text.
Definition at line 75 of file eztemplatetextelement.php.
| eZTemplateTextElement::$Text |
The element text.
Definition at line 81 of file eztemplatetextelement.php.