PHP Class ezcWorkflowConditionInArray, Workflow

Typically used together with ezcWorkflowConditionVariable to use the condition on a workflow variable.
Inheritance: extends ezcWorkflowConditionComparison
Afficher le fichier Open project: zetacomponents/workflow Class Usage Examples

Protected Properties

Свойство Type Description
$operator mixed Textual representation of the comparison operator.

Méthodes publiques

Méthode Description
__toString ( ) : string Returns a textual representation of this condition.
evaluate ( mixed $value ) : boolean Evaluates this condition with $value and returns true if it is false or false if it is not.

Method Details

__toString() public méthode

Returns a textual representation of this condition.
public __toString ( ) : string
Résultat string

evaluate() public méthode

Evaluates this condition with $value and returns true if it is false or false if it is not.
public evaluate ( mixed $value ) : boolean
$value mixed
Résultat boolean true when the condition holds, false otherwise.

Property Details

$operator protected_oe property

Textual representation of the comparison operator.
protected mixed $operator
Résultat mixed