eZTemplateControlOperator Class Reference
[Template operators]
Operators for checking variable type.
More...
List of all members.
Detailed Description
Operators for checking variable type.
Usage: Evalue condition and if true return body cond(is_set($var),$var, true(),2) Return first element that is set first_set($var1,$var2,$var3,0)
Definition at line eztemplatecontroloperator.php.
Constructor & Destructor Documentation
| eZTemplateControlOperator::eZTemplateControlOperator |
( |
$ |
condName = 'cond', |
|
|
$ |
firstSetName = 'first_set' |
|
) |
|
|
Member Function Documentation
| eZTemplateControlOperator::modify |
( |
&$ |
tpl, |
|
|
&$ |
operatorName, |
|
|
&$ |
operatorParameters, |
|
|
&$ |
rootNamespace, |
|
|
&$ |
currentNamespace, |
|
|
&$ |
value, |
|
|
&$ |
namedParameters |
|
) |
|
|
|
|
Examines the input value and outputs a boolean value. See class documentation for more information.
Definition at line eztemplatecontroloperator.php. |
| eZTemplateControlOperator::namedParameterList |
( |
|
) |
|
|
| eZTemplateControlOperator::namedParameterPerOperator |
( |
|
) |
|
|
| & eZTemplateControlOperator::operatorList |
( |
|
) |
|
|
The documentation for this class was generated from the following file:
|