|
eZ Publish
[trunk]
|
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 19 of file eztemplatevariableelement.php.
Initializes the object with the value array and operators.
Definition at line 24 of file eztemplatevariableelement.php.
Returns variable.
Definition at line 32 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 47 of file eztemplatevariableelement.php.
Definition at line 37 of file eztemplatevariableelement.php.
Returns the variable array.
Definition at line 56 of file eztemplatevariableelement.php.
| eZTemplateVariableElement::$Variable |
The variable array.
Definition at line 62 of file eztemplatevariableelement.php.