Path

ez components / documentation / api reference / latest / workflow


eZ Components latest

Workflow: ezcWorkflowConditionIsTrue

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

Class: ezcWorkflowConditionIsTrue

Workflow condition that evaluates to true if the provided input is true. [source]

Implemented Interfaces

Typically used together with ezcWorkflowConditionVariable to use the condition on a workflow variable.
1.  <?php
2.  $condition new ezcWorkflowConditionVariable(
3.    'variable name',
4.    new ezcWorkflowConditionIsTrue
5.  );
6.  ?>
Last updated: Mon, 10 Nov 2008