Zeta Components - high quality PHP components

Zeta Components Manual :: Docs For Class ezcWorkflowConditionIsFalse

Workflow::ezcWorkflowConditionIsFalse

Class ezcWorkflowConditionIsFalse

Workflow condition that evaluates to true if the provided input is false.

Typically used together with ezcWorkflowConditionVariable to use the condition on a workflow variable.

  1.  <?php
  2.  $condition = new ezcWorkflowConditionVariable(
  3.    'variable name',
  4.  );
  5.  ?>

Source for this file: /Workflow/src/conditions/is_false.php

Implements interfaces:

Version:   //autogen//
Documentation generated by phpDocumentor 1.4.3