Path

ez components / documentation / api reference / latest / workflow


eZ Components latest

Workflow: ezcWorkflowConditionIsFalse

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

Class: ezcWorkflowConditionIsFalse

Workflow condition that evaluates to true if the provided input is false. [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 ezcWorkflowConditionIsFalse
5.  );
6.  ?>
Last updated: Mon, 10 Nov 2008