PHP Class ezcWorkflowConditionXor, Workflow
An object of the ezcWorkflowConditionXor class represents a boolean XOR expression. It
can hold an arbitrary number of ezcWorkflowCondition objects.
Afficher le fichier
Open project: zetacomponents/workflow
Class Usage Examples
Protected Properties
Méthodes publiques
Méthode |
Description |
|
evaluate ( mixed $value ) : boolean |
Evaluates this condition with $value and returns true if the condition holds and false otherwise. |
|
Method Details
evaluate()
public méthode
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 |
Résultat |
string |
|