Zeta Components Manual :: Docs For Class ezcWorkflowConditionIsNotEqual
Workflow::ezcWorkflowConditionIsNotEqual
Class ezcWorkflowConditionIsNotEqual
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.
- <?php
- 'variable name',
- new ezcWorkflowConditionNotEqual( $comparisonValue )
- );
- ?>
Source for this file: /Workflow/src/conditions/is_not_equal.php
ezcWorkflowConditionComparison | --ezcWorkflowConditionIsNotEqual
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