|
eZ Publish
[4.2]
|
The class eZTemplateToolarFunction does. More...
Public Member Functions | |
| eZTemplateToolbarFunction ($blockName= 'tool_bar') | |
| functionList () | |
| functionTemplateHints () | |
| hasChildren () | |
| process ($tpl, &$textElements, $functionName, $functionChildren, $functionParameters, $functionPlacement, $rootNamespace, $currentNamespace) | |
| templateNodeTransformation ($functionName, &$node, $tpl, $parameters, $privateData) | |
The class eZTemplateToolarFunction does.
Definition at line 40 of file eztemplatetoolbarfunction.php.
| eZTemplateToolbarFunction::eZTemplateToolbarFunction | ( | $ | blockName = 'tool_bar' | ) |
Initializes the object with names.
Definition at line 46 of file eztemplatetoolbarfunction.php.
| eZTemplateToolbarFunction::functionList | ( | ) |
Returns an array containing the name of the block function, default is "block". The name is specified in the constructor.
Definition at line 55 of file eztemplatetoolbarfunction.php.
| eZTemplateToolbarFunction::functionTemplateHints | ( | ) |
Definition at line 60 of file eztemplatetoolbarfunction.php.
| eZTemplateToolbarFunction::hasChildren | ( | ) |
Returns false.
Definition at line 373 of file eztemplatetoolbarfunction.php.
| eZTemplateToolbarFunction::process | ( | $ | tpl, |
| &$ | textElements, | ||
| $ | functionName, | ||
| $ | functionChildren, | ||
| $ | functionParameters, | ||
| $ | functionPlacement, | ||
| $ | rootNamespace, | ||
| $ | currentNamespace | ||
| ) |
Processes the function with all it's children.
Definition at line 232 of file eztemplatetoolbarfunction.php.
| eZTemplateToolbarFunction::templateNodeTransformation | ( | $ | functionName, |
| &$ | node, | ||
| $ | tpl, | ||
| $ | parameters, | ||
| $ | privateData | ||
| ) |
Definition at line 69 of file eztemplatetoolbarfunction.php.