Workflow: ezcWorkflowConditionIsEqualOrGreaterThan
[ ]
[ Theoretical background ]
[ ]
[ ]
[ ]
[ ]
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. <?php
2. $condition = new ezcWorkflowConditionVariable(
3. 'variable name',
4. new ezcWorkflowConditionIsEqualOrGreatherThan( $comparisonValue )
5. );
6. ?>
Parents
ezcWorkflowConditionComparison
|
--ezcWorkflowConditionIsEqualOrGreaterThan
Member Variables
Inherited Member Variables
From
ezcWorkflowConditionComparison:
Inherited Methods
From
ezcWorkflowConditionComparison :
Last updated: Tue, 02 Dec 2008