|
eZ Publish
[4.2]
|
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) | |
| namedParameterList () | |
| namedParameterPerOperator () | |
| operatorList () | |
| operatorTemplateHints () | |
Public Attributes | |
| $Fetch | |
| $FetchAlias | |
| $Operators | |
The class eZTemplateExecuteOperator does.
Definition at line 40 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::eZTemplateExecuteOperator | ( | $ | fetchName = 'fetch', |
| $ | fetchAliasName = 'fetch_alias' |
||
| ) |
Constructor
Definition at line 45 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::fetchTransform | ( | $ | operatorName, |
| &$ | node, | ||
| $ | tpl, | ||
| &$ | resourceData, | ||
| $ | element, | ||
| $ | lastElement, | ||
| $ | elementList, | ||
| $ | elementTree, | ||
| &$ | parameters | ||
| ) |
Definition at line 85 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::modify | ( | $ | tpl, |
| $ | operatorName, | ||
| $ | operatorParameters, | ||
| $ | rootNamespace, | ||
| $ | currentNamespace, | ||
| &$ | operatorValue, | ||
| $ | namedParameters | ||
| ) |
Calls a specified module function and returns the result.
Definition at line 341 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::namedParameterList | ( | ) |
See eZTemplateOperator::namedParameterList()
Definition at line 319 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::namedParameterPerOperator | ( | ) |
Definition at line 63 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::operatorList | ( | ) |
Returns the operators in this class.
Definition at line 55 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::operatorTemplateHints | ( | ) |
Definition at line 68 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::$Fetch |
Definition at line 363 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::$FetchAlias |
Definition at line 364 of file eztemplateexecuteoperator.php.
| eZTemplateExecuteOperator::$Operators |
Definition at line 361 of file eztemplateexecuteoperator.php.