|
eZ Publish
[trunk]
|
The class eZTemplateExecuteOperator does. More...
Public Member Functions | |
| eZTemplateExecuteOperator ($fetchName= 'fetch', $fetchAliasName= 'fetch_alias') | |
| fetchTransform ($operatorName, &$node, $tpl, &$resourceData, $element, $lastElement, $elementList, $elementTree, &$parameters) | |
| modify ($tpl, $operatorName, $operatorParameters, $rootNamespace, $currentNamespace, &$operatorValue, $namedParameters, $placement) | |
| namedParameterList () | |
| namedParameterPerOperator () | |
| operatorList () | |
| operatorTemplateHints () | |
Public Attributes | |
| $Fetch | |
| $FetchAlias | |
| $Operators | |
The class eZTemplateExecuteOperator does.
Definition at line 17 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::eZTemplateExecuteOperator | ( | $ | fetchName = 'fetch', |
| $ | fetchAliasName = 'fetch_alias' |
||
| ) |
Constructor
Definition at line 22 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::fetchTransform | ( | $ | operatorName, |
| &$ | node, | ||
| $ | tpl, | ||
| &$ | resourceData, | ||
| $ | element, | ||
| $ | lastElement, | ||
| $ | elementList, | ||
| $ | elementTree, | ||
| &$ | parameters | ||
| ) |
Definition at line 62 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::modify | ( | $ | tpl, |
| $ | operatorName, | ||
| $ | operatorParameters, | ||
| $ | rootNamespace, | ||
| $ | currentNamespace, | ||
| &$ | operatorValue, | ||
| $ | namedParameters, | ||
| $ | placement | ||
| ) |
Calls a specified module function and returns the result.
Definition at line 316 of file eztemplateexecuteoperator.php.
See eZTemplateOperator::namedParameterList()
Definition at line 294 of file eztemplateexecuteoperator.php.
Definition at line 40 of file eztemplateexecuteoperator.php.
Returns the operators in this class.
Definition at line 32 of file eztemplateexecuteoperator.php.
Definition at line 45 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::$Fetch |
Definition at line 338 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::$FetchAlias |
Definition at line 339 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::$Operators |
Definition at line 336 of file eztemplateexecuteoperator.php.