Path

ez components / documentation / api reference / 2008.2.2 / workflow


eZ Components 2008.2.2

Workflow: ezcWorkflowConditionIsArray

[ Tutorial ] [ Theoretical background ] [ 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.  <?php
2.  $condition new ezcWorkflowConditionVariable(
3.    'variable name',
4.    new ezcWorkflowConditionIsArray
5.  );
6.  ?>

Parents

ezcWorkflowConditionType
   |
   --ezcWorkflowConditionIsArray
Last updated: Mon, 30 Mar 2009