Method | Description | |
---|---|---|
count ( ) : integer | Counts the number of constraint elements. | |
evaluate ( mixed $other ) : boolean | Evaluates the constraint for parameter $other. Returns TRUE if the constraint is met, FALSE otherwise. | |
fail ( mixed $other, string $description, boolean $not = FALSE ) | ||
toString ( ) : string | Returns a string representation of the constraint. |