Path

ez components / documentation / api reference / 2007.2alpha1 / workflow


eZ Components 2007.2alpha1

Workflow: ezcWorkflowConditionIsArray

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcWorkflowConditionIsArray

Condition that evaluates to true if the evaluated value is an array. [source]
Typically used together with ezcWorkflowConditionVariable to use the condition on a workflow variable.
1.   $condition new ezcWorkflowConditionVariable 'variable name' ,
2.      new ezcWorkflowConditionIsArray
3.   );

Parents

ezcWorkflowConditionType
   |
   --ezcWorkflowConditionIsArray
Last updated: Mon, 12 Nov 2007