eZTemplateFunctionElement Class Reference
[Template elements]
Represents a function element in the template tree.
More...
List of all members.
Detailed Description
Represents a function element in the template tree.
This class represents a function with it's parameters. It also contains child elements if the function was registered as having children.
Definition at line eztemplatefunctionelement.php.
Constructor & Destructor Documentation
eZTemplateFunctionElement::eZTemplateFunctionElement |
( |
$ |
name, |
|
|
$ |
params, |
|
|
$ |
children = array() |
|
) |
|
|
Member Function Documentation
eZTemplateFunctionElement::appendChild |
( |
&$ |
node |
) |
|
|
& eZTemplateFunctionElement::children |
( |
|
) |
|
|
eZTemplateFunctionElement::name |
( |
|
) |
|
|
& eZTemplateFunctionElement::parameters |
( |
|
) |
|
|
eZTemplateFunctionElement::process |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
nspace, |
|
|
$ |
current_nspace |
|
) |
|
|
|
Tries to run the function with the children, the actual function execution is done by the template class.
Definition at line eztemplatefunctionelement.php. |
The documentation for this class was generated from the following file:
|