eZTemplateOperatorElement Class Reference
[Template elements]

Represents an operator element in the template tree. More...

List of all members.


Public Methods

 eZTemplateOperatorElement ($name,$params,$resource=null,$templateName=null)
name ()
 process (&$tpl,&$value,$nspace,$current_nspace)
parameters ()

Public Attributes

 Name
 The operator name.

 Params
 The paramer array.


Detailed Description

Represents an operator element in the template tree.

This class represents an operator with it's parameters.

Definition at line eztemplateoperatorelement.php.


Constructor & Destructor Documentation

eZTemplateOperatorElement::eZTemplateOperatorElement   name,
  params,
  resource = null,
  templateName = null
 

Initializes the operator with a name and parameters.

Definition at line eztemplateoperatorelement.php.

References Params.


Member Function Documentation

& eZTemplateOperatorElement::name  
 

Returns a reference to the name.

Definition at line eztemplateoperatorelement.php.

References Name.

Referenced by eZTemplateOperatorElement().

& eZTemplateOperatorElement::parameters  
 

Returns a reference to the parameter array.

Definition at line eztemplateoperatorelement.php.

References Params.

eZTemplateOperatorElement::process &$    tpl,
&$    value,
  nspace,
  current_nspace
 

Process the operator and sets $value.

Definition at line eztemplateoperatorelement.php.

References Params.


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

Exponential