PHP Class ezcWorkflowConditionXor, Workflow
An object of the ezcWorkflowConditionXor class represents a boolean XOR expression. It
can hold an arbitrary number of ezcWorkflowCondition objects.
Datei anzeigen
Open project: zetacomponents/workflow
Class Usage Examples
Protected Properties
Public Methods
Method |
Description |
|
evaluate ( mixed $value ) : boolean |
Evaluates this condition with $value and returns true if the condition holds and false otherwise. |
|
Method Details
Evaluates this condition with $value and returns true if the condition holds and false otherwise.
Property Details
$concatenation protected_oe property
Textual representation of the concatenation.
protected string $concatenation |
return |
string |
|