Workflow: ezcWorkflowConditionIsEqualOrGreaterThan
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowConditionIsEqualOrGreaterThan
|
Condition that evaluates to true if the provided value is greater than or equal to 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 ezcWorkflowConditionIsEqualOrGreatherThan ( $comparisonValue )
3. );
Parents
ezcWorkflowConditionComparison
|
--ezcWorkflowConditionIsEqualOrGreaterThan
Member Variables
Inherited Member Variables
From
ezcWorkflowConditionComparison:
Inherited Methods
From
ezcWorkflowConditionComparison :
Last updated: Mon, 17 Dec 2007