ConstraintInterface
interface ConstraintInterface
Constraint interface.
Methods
setParameters(array $parameters)
Sets the constraint parameters.
bool
isSatisfied()
Returns true if the constraint is satisfied and false if not.
Details
at line 22
setParameters(array $parameters)
Sets the constraint parameters.
at line 29
bool
isSatisfied()
Returns true if the constraint is satisfied and false if not.