|
eZ Publish
[4.2]
|
Public Member Functions | |
| eZSimpleTagsOperator ($name= 'simpletags') | |
| modify ($tpl, $operatorName, $operatorParameters, $rootNamespace, $currentNamespace, &$operatorValue, $namedParameters) | |
| namedParameterList () | |
| operatorList () | |
Public Attributes | |
| $Operators | |
Private Member Functions | |
| initializeIncludes () | |
Definition at line 31 of file ezsimpletagsoperator.php.
| eZSimpleTagsOperator::eZSimpleTagsOperator | ( | $ | name = 'simpletags' | ) |
Definition at line 33 of file ezsimpletagsoperator.php.
| eZSimpleTagsOperator::initializeIncludes | ( | ) | [private] |
Makes sure extra includes are loaded (include_once) so extra functions can be used.
Definition at line 62 of file ezsimpletagsoperator.php.
Referenced by modify().
| eZSimpleTagsOperator::modify | ( | $ | tpl, |
| $ | operatorName, | ||
| $ | operatorParameters, | ||
| $ | rootNamespace, | ||
| $ | currentNamespace, | ||
| &$ | operatorValue, | ||
| $ | namedParameters | ||
| ) |
Definition at line 87 of file ezsimpletagsoperator.php.
| eZSimpleTagsOperator::namedParameterList | ( | ) |
See eZTemplateOperator::namedParameterList()
Definition at line 49 of file ezsimpletagsoperator.php.
| eZSimpleTagsOperator::operatorList | ( | ) |
Returns the operators in this class.
Definition at line 41 of file ezsimpletagsoperator.php.
| eZSimpleTagsOperator::$Operators |
Definition at line 222 of file ezsimpletagsoperator.php.