Zeta Components Manual :: Docs For Class ezcWorkflowConditionIsEqualOrGreaterThan
Workflow::ezcWorkflowConditionIsEqualOrGreaterThan
Class ezcWorkflowConditionIsEqualOrGreaterThan
Condition that evaluates to true if the provided value is greater than or equal to the reference value.
Typically used together with ezcWorkflowConditionVariable to use the condition on a workflow variable.
- <?php
- 'variable name',
- new ezcWorkflowConditionIsEqualOrGreatherThan( $comparisonValue )
- );
- ?>
Source for this file: /Workflow/src/conditions/is_equal_or_greater_than.php
ezcWorkflowConditionComparison | --ezcWorkflowConditionIsEqualOrGreaterThan
Version: | //autogen// |
Member Variables
protected mixed |
$operator
= '>='
Textual representation of the comparison operator. |
Inherited Member Variables
From ezcWorkflowConditionComparison | |
---|---|
protected |
ezcWorkflowConditionComparison::$value
|
Inherited Methods
From ezcWorkflowConditionComparison | |
---|---|
public ezcWorkflowConditionComparison |
ezcWorkflowConditionComparison::__construct()
Constructs a new comparison condition. |
Documentation generated by phpDocumentor 1.4.3