Path

ez components / documentation / api reference / 2007.2 / workflow


Workflow: ezcWorkflowConditionIsGreaterThan

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

Class: ezcWorkflowConditionIsGreaterThan

Condition that evaluates to true if the provided value is greater than the reference value. [source]
Typically used together with ezcWorkflowConditionVariable to use the condition on a workflow variable.
1.   $condition new ezcWorkflowConditionVariable 'variable name' ,
2.      new ezcWorkflowConditionIsGreatherThan $comparisonValue )
3.   );

Parents

ezcWorkflowConditionComparison
   |
   --ezcWorkflowConditionIsGreaterThan

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: Mon, 17 Dec 2007