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.

Parameters

array $parameters Middleware parameters

at line 29
bool isSatisfied()

Returns true if the constraint is satisfied and false if not.

Return Value

bool