Workflow: ezcWorkflowConditionComparison
[ ]
[ Theoretical background ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowConditionComparison
|
Abstract base class for comparison conditions. [
source]
Implemented Interfaces
Descendents
Member Variables
|
protected mixed |
$operator
= ''
Textual representation of the comparison operator. |
|
protected mixed |
$value
The value that this condition compares against. |
Method Summary
|
public ezcWorkflowConditionComparison |
__construct(
[$value = null] )
Constructs a new comparison condition. |
Methods
__construct
ezcWorkflowConditionComparison __construct(
[mixed
$value = null] )
Constructs a new comparison condition.
Implemenations will compare $value to the value provided to evaluate().
Parameters
| Name |
Type |
Description |
$value |
mixed |
|
Last updated: Tue, 23 Mar 2010