eZTemplateArithmeticOperator Class ReferenceThe class eZTemplateArithmeticOperator does.
More...
List of all members.
|
Public Methods |
| eZTemplateArithmeticOperator ($sumName= 'sum',$subName= 'sub',$incName= 'inc',$decName= 'dec',$divName= 'div',$modName= 'mod',$mulName= 'mul',$maxName= 'max',$minName= 'min',$absName= 'abs',$ceilName= 'ceil',$floorName= 'floor',$roundName= 'round',$intName= 'int',$floatName= 'float',$countName= 'count') |
& | operatorList () |
| namedParameterPerOperator () |
| namedParameterList () |
| modify (&$tpl,&$operatorName,&$operatorParameters,&$rootNamespace,&$currentNamespace,&$operatorValue,&$namedParameters) |
Public Attributes |
| Operators |
| \privatesection
|
Detailed Description
The class eZTemplateArithmeticOperator does.
sum sub inc dec
div mod mul
max min
abs ceil floor round
int float
count
Definition at line eztemplatearithmeticoperator.php.
Constructor & Destructor Documentation
eZTemplateArithmeticOperator::eZTemplateArithmeticOperator |
( |
$ |
sumName = 'sum', |
|
|
$ |
subName = 'sub', |
|
|
$ |
incName = 'inc', |
|
|
$ |
decName = 'dec', |
|
|
$ |
divName = 'div', |
|
|
$ |
modName = 'mod', |
|
|
$ |
mulName = 'mul', |
|
|
$ |
maxName = 'max', |
|
|
$ |
minName = 'min', |
|
|
$ |
absName = 'abs', |
|
|
$ |
ceilName = 'ceil', |
|
|
$ |
floorName = 'floor', |
|
|
$ |
roundName = 'round', |
|
|
$ |
intName = 'int', |
|
|
$ |
floatName = 'float', |
|
|
$ |
countName = 'count' |
|
) |
|
|
Member Function Documentation
eZTemplateArithmeticOperator::modify |
( |
&$ |
tpl, |
|
|
&$ |
operatorName, |
|
|
&$ |
operatorParameters, |
|
|
&$ |
rootNamespace, |
|
|
&$ |
currentNamespace, |
|
|
&$ |
operatorValue, |
|
|
&$ |
namedParameters |
|
) |
|
|
eZTemplateArithmeticOperator::namedParameterList |
( |
|
) |
|
|
eZTemplateArithmeticOperator::namedParameterPerOperator |
( |
|
) |
|
|
& eZTemplateArithmeticOperator::operatorList |
( |
|
) |
|
|
The documentation for this class was generated from the following file:
|