eZ Publish  [trunk]
eZTemplateControlOperator Class Reference

Operators for checking variable type. More...

List of all members.

Public Member Functions

 condTransform ($operatorName, &$node, $tpl, &$resourceData, $element, $lastElement, $elementList, $elementTree, &$parameters)
 eZTemplateControlOperator ($condName= 'cond', $firstSetName= 'first_set')
 modify ($tpl, $operatorName, $operatorParameters, $rootNamespace, $currentNamespace, &$value, $namedParameters, $placement)
 namedParameterList ()
 namedParameterPerOperator ()
 operatorList ()
 operatorTemplateHints ()

Public Attributes

 $Operators
 The array of operators.

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 25 of file eztemplatecontroloperator.php.


Member Function Documentation

eZTemplateControlOperator::condTransform ( operatorName,
&$  node,
tpl,
&$  resourceData,
element,
lastElement,
elementList,
elementTree,
&$  parameters 
)

Definition at line 65 of file eztemplatecontroloperator.php.

eZTemplateControlOperator::eZTemplateControlOperator ( condName = 'cond',
firstSetName = 'first_set' 
)

Initializes the operator class with the various operator names.

Parameters:
condNameThe name array

Definition at line 30 of file eztemplatecontroloperator.php.

eZTemplateControlOperator::modify ( tpl,
operatorName,
operatorParameters,
rootNamespace,
currentNamespace,
&$  value,
namedParameters,
placement 
)

Examines the input value and outputs a boolean value. See class documentation for more information.

Definition at line 195 of file eztemplatecontroloperator.php.

Returns:
true to tell the template engine that the parameter list exists per operator type.

Definition at line 179 of file eztemplatecontroloperator.php.

Returns the operators in this class.

Definition at line 42 of file eztemplatecontroloperator.php.


Member Data Documentation

eZTemplateControlOperator::$Operators

The array of operators.

Definition at line 248 of file eztemplatecontroloperator.php.


The documentation for this class was generated from the following file: