Represents a root element of the template tree.
More...
List of all members.
Detailed Description
Represents a root element of the template tree.
This starts the template tree and is the base of template includes.
It has a list of child elements and runs process() on each child.
Definition at line eztemplateroot.php.
Constructor & Destructor Documentation
eZTemplateRoot::eZTemplateRoot |
( |
$ |
children = array() |
) |
|
|
Member Function Documentation
eZTemplateRoot::appendChild |
( |
&$ |
node |
) |
|
|
& eZTemplateRoot::children |
( |
|
) |
|
|
eZTemplateRoot::clear |
( |
|
) |
|
|
eZTemplateRoot::process |
( |
&$ |
tpl, |
|
|
&$ |
text, |
|
|
$ |
nspace, |
|
|
$ |
current_nspace |
|
) |
|
|
The documentation for this class was generated from the following file:
|