|
eZ Publish
[4.2]
|
Represents a variable element in the template tree. More...
Public Member Functions | |
| eZTemplateVariableElement ($data) | |
| name () | |
| process ($tpl, &$text, $nspace, $current_nspace) | |
| serializeData () | |
| variable () | |
Public Attributes | |
| $Variable | |
| The variable array. | |
Represents a variable element in the template tree.
The element contains the variable and all it's operators.
Definition at line 39 of file eztemplatevariableelement.php.
| eZTemplateVariableElement::eZTemplateVariableElement | ( | $ | data | ) |
Initializes the object with the value array and operators.
Definition at line 44 of file eztemplatevariableelement.php.
| eZTemplateVariableElement::name | ( | ) |
Returns variable.
Definition at line 52 of file eztemplatevariableelement.php.
| eZTemplateVariableElement::process | ( | $ | tpl, |
| &$ | text, | ||
| $ | nspace, | ||
| $ | current_nspace | ||
| ) |
Process the variable with it's operators and appends the result to $text.
Definition at line 67 of file eztemplatevariableelement.php.
| eZTemplateVariableElement::serializeData | ( | ) |
Definition at line 57 of file eztemplatevariableelement.php.
| eZTemplateVariableElement::variable | ( | ) |
Returns the variable array.
Definition at line 76 of file eztemplatevariableelement.php.
| eZTemplateVariableElement::$Variable |
The variable array.
Definition at line 82 of file eztemplatevariableelement.php.