PHP Class ezcWorkflowConditionIsEqual, Workflow
Typically used together with ezcWorkflowConditionVariable to use the
condition on a workflow variable.
显示文件
Open project: zetacomponents/workflow
Class Usage Examples
Protected Properties
Property |
Type |
Description |
|
$operator |
mixed |
Textual representation of the comparison operator. |
|
Public Methods
Method |
Description |
|
evaluate ( mixed $value ) : boolean |
Evaluates this condition with $value and returns true if it is false or false if it is not. |
|
Method Details
Evaluates this condition with $value and returns true if it is false or false if it is not.
Property Details
$operator protected_oe property
Textual representation of the comparison operator.
protected mixed $operator |
return |
mixed |
|