|
eZ Publish
[trunk]
|
Public Member Functions | |
| eZSimpleTagsOperator ($name= 'simpletags') | |
| modify ($tpl, $operatorName, $operatorParameters, $rootNamespace, $currentNamespace, &$operatorValue, $namedParameters, $placement) | |
| namedParameterList () | |
| operatorList () | |
Public Attributes | |
| $Operators | |
Private Member Functions | |
| initializeIncludes () | |
Definition at line 11 of file ezsimpletagsoperator.php.
| eZSimpleTagsOperator::eZSimpleTagsOperator | ( | $ | name = 'simpletags' | ) |
Definition at line 13 of file ezsimpletagsoperator.php.
| eZSimpleTagsOperator::initializeIncludes | ( | ) | [private] |
Makes sure extra includes are loaded (include_once) so extra functions can be used.
Definition at line 42 of file ezsimpletagsoperator.php.
Referenced by modify().
| eZSimpleTagsOperator::modify | ( | $ | tpl, |
| $ | operatorName, | ||
| $ | operatorParameters, | ||
| $ | rootNamespace, | ||
| $ | currentNamespace, | ||
| &$ | operatorValue, | ||
| $ | namedParameters, | ||
| $ | placement | ||
| ) |
Definition at line 67 of file ezsimpletagsoperator.php.
See eZTemplateOperator::namedParameterList()
Definition at line 29 of file ezsimpletagsoperator.php.
Returns the operators in this class.
Definition at line 21 of file ezsimpletagsoperator.php.
| eZSimpleTagsOperator::$Operators |
Definition at line 202 of file ezsimpletagsoperator.php.