eZ Publish  [4.2]
eZTemplateVariableElement Class Reference

Represents a variable element in the template tree. More...

List of all members.

Public Member Functions

 eZTemplateVariableElement ($data)
 name ()
 process ($tpl, &$text, $nspace, $current_nspace)
 serializeData ()
 variable ()

Public Attributes

 $Variable
 The variable array.

Detailed Description

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.


Member Function Documentation

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.


Member Data Documentation

eZTemplateVariableElement::$Variable

The variable array.

Definition at line 82 of file eztemplatevariableelement.php.


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