eZTemplateVariableElement Class Reference
[Template elements]

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

List of all members.


Public Methods

 eZTemplateVariableElement ($data)
 name ()
 process (&$tpl,&$text,$nspace,$current_nspace)
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 eztemplatevariableelement.php.


Constructor & Destructor Documentation

eZTemplateVariableElement::eZTemplateVariableElement   data
 

Initializes the object with the value array and operators.

Definition at line eztemplatevariableelement.php.

References Variable.


Member Function Documentation

eZTemplateVariableElement::name  
 

Returns variable.

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

& eZTemplateVariableElement::variable  
 

Returns the variable array.

Definition at line eztemplatevariableelement.php.

References Variable.


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

Exponential