Path

ez components / documentation / api reference / 2007.2 / workflow


Workflow: ezcWorkflowConditionIsTrue

[ Tutorial ] [ 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.   $condition new ezcWorkflowConditionVariable 'variable name' ,
2.      new ezcWorkflowConditionIsTrue $comparisonValue )
3.   );
Last updated: Mon, 17 Dec 2007