Path

ez components / documentation / api reference / 2008.1 / workflow


Workflow: ezcWorkflowConditionIsNotEqual

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

Class: ezcWorkflowConditionIsNotEqual

Condition that checks if a value is different from a reference value. [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 ezcWorkflowConditionNotEqual$comparisonValue )
5.  );
6.  ?>

Parents

ezcWorkflowConditionComparison
   |
   --ezcWorkflowConditionIsNotEqual

Member Variables

protected mixed $operator = '!='

Inherited Member Variables

From ezcWorkflowConditionComparison:
protected  ezcWorkflowConditionComparison::$value

Inherited Methods

From ezcWorkflowConditionComparison :
public ezcWorkflowConditionComparison ezcWorkflowConditionComparison::__construct()
Constructs a new comparison condition.
Last updated: Wed, 18 Jun 2008