eZ Publish  [trunk]
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 19 of file eztemplatevariableelement.php.


Member Function Documentation

Initializes the object with the value array and operators.

Definition at line 24 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.

Returns the variable array.

Definition at line 56 of file eztemplatevariableelement.php.


Member Data Documentation

eZTemplateVariableElement::$Variable

The variable array.

Definition at line 62 of file eztemplatevariableelement.php.


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