|
eZ Publish
[trunk]
|
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 17 of file eztemplatetoolbarfunction.php.
| eZTemplateToolbarFunction::eZTemplateToolbarFunction | ( | $ | blockName = 'tool_bar' | ) |
Initializes the object with names.
Definition at line 23 of file eztemplatetoolbarfunction.php.
Returns an array containing the name of the block function, default is "block". The name is specified in the constructor.
Definition at line 32 of file eztemplatetoolbarfunction.php.
Definition at line 37 of file eztemplatetoolbarfunction.php.
Returns false.
Definition at line 350 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 209 of file eztemplatetoolbarfunction.php.
| eZTemplateToolbarFunction::templateNodeTransformation | ( | $ | functionName, |
| &$ | node, | ||
| $ | tpl, | ||
| $ | parameters, | ||
| $ | privateData | ||
| ) |
Definition at line 46 of file eztemplatetoolbarfunction.php.