Property | Type | Description | |
---|---|---|---|
$key | integer | string |
Method | Description | |
---|---|---|
__construct ( integer | string $key ) | ||
evaluate ( mixed $other ) : boolean | Evaluates the constraint for parameter $other. Returns TRUE if the constraint is met, FALSE otherwise. | |
toString ( ) : string | Returns a string representation of the constraint. |
Method | Description | |
---|---|---|
customFailureDescription ( mixed $other, string $description, boolean $not ) |