|
eZ Publish
[trunk]
|
The class eZTemplateMenuFunction does. More...
Public Member Functions | |
| eZTemplateMenuFunction ($blockName= 'menu') | |
| functionList () | |
| functionTemplateHints () | |
| hasChildren () | |
| process ($tpl, &$textElements, $functionName, $functionChildren, $functionParameters, $functionPlacement, $rootNamespace, $currentNamespace) | |
| templateNodeTransformation ($functionName, &$node, $tpl, $parameters, $privateData) | |
The class eZTemplateMenuFunction does.
Definition at line 17 of file eztemplatemenufunction.php.
| eZTemplateMenuFunction::eZTemplateMenuFunction | ( | $ | blockName = 'menu' | ) |
Initializes the object with names.
Definition at line 22 of file eztemplatemenufunction.php.
Returns an array containing the name of the block function, default is "block". The name is specified in the constructor.
Definition at line 31 of file eztemplatemenufunction.php.
Definition at line 36 of file eztemplatemenufunction.php.
Returns false.
Definition at line 150 of file eztemplatemenufunction.php.
| eZTemplateMenuFunction::process | ( | $ | tpl, |
| &$ | textElements, | ||
| $ | functionName, | ||
| $ | functionChildren, | ||
| $ | functionParameters, | ||
| $ | functionPlacement, | ||
| $ | rootNamespace, | ||
| $ | currentNamespace | ||
| ) |
Processes the function with all it's children.
Definition at line 120 of file eztemplatemenufunction.php.
| eZTemplateMenuFunction::templateNodeTransformation | ( | $ | functionName, |
| &$ | node, | ||
| $ | tpl, | ||
| $ | parameters, | ||
| $ | privateData | ||
| ) |
Definition at line 45 of file eztemplatemenufunction.php.