ConditionInterface
interface ConditionInterface (View source)
Interface that condition types must implement
Methods
boolean
array
Details
at line 24
boolean
isSatisfied(RequestInterface $request)
Get whether the condition is satisfied
at line 32
array
getArguments(RequestInterface $request)
Get an array of arguments for use in request