Zeta Components Manual :: Docs For Class ezcWorkflowConditionIsGreaterThan
Workflow::ezcWorkflowConditionIsGreaterThan
Class ezcWorkflowConditionIsGreaterThan
Condition that evaluates to true if the provided value is greater than the reference value.
Typically used together with ezcWorkflowConditionVariable to use the condition on a workflow variable.
- <?php
- 'variable name',
- new ezcWorkflowConditionIsGreatherThan( $comparisonValue )
- );
- ?>
Source for this file: /Workflow/src/conditions/is_greater_than.php
ezcWorkflowConditionComparison | --ezcWorkflowConditionIsGreaterThan
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