Condition that checks if a value is different from a reference value.
Typically used together with ezcWorkflowConditionVariable to use the condition on a workflow variable.
Source for this file: /Workflow/src/conditions/is_not_equal.php
ezcWorkflowConditionComparison | --ezcWorkflowConditionIsNotEqual
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. |