PHP Interface ezcWorkflowCondition, Workflow

Afficher le fichier Open project: zetacomponents/workflow Interface Usage Examples

Méthodes publiques

Méthode Description
__toString ( ) : string Returns a textual representation of this condition.
evaluate ( mixed $value ) : boolean Evaluates this condition.

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.
public evaluate ( mixed $value ) : boolean
$value mixed
Résultat boolean true when the condition holds, false otherwise.