Path

ez components / documentation / api reference / 2009.2.1 / workflow


eZ Components 2009.2.1

Workflow: ezcWorkflowConditionIsAnything

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

Class: ezcWorkflowConditionIsAnything

Condition that always evaluates to true. [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 ezcWorkflowConditionIsAnything
 5.  );
 6.  ?>

Parents

ezcWorkflowConditionType
   |
   --ezcWorkflowConditionIsAnything
Last updated: Tue, 23 Mar 2010