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.
Source for this file: /Workflow/src/conditions/is_greater_than.php
ezcWorkflowConditionComparison | --ezcWorkflowConditionIsGreaterThan
Version: | //autogen// |
protected mixed |
$operator
= '>'
Textual representation of the comparison operator. |
From ezcWorkflowConditionComparison | |
---|---|
protected |
ezcWorkflowConditionComparison::$value
|
From ezcWorkflowConditionComparison | |
---|---|
public ezcWorkflowConditionComparison |
ezcWorkflowConditionComparison::__construct()
Constructs a new comparison condition. |