CustomCondition
class CustomCondition implements ConditionInterface (View source)
Check against a custom callable.
Methods
Details
at line 39
__construct($callable)
Constructor
at line 50
callable
getCallable()
Get the assigned callable
at line 57
boolean
isSatisfied(RequestInterface $request)
Get whether the condition is satisfied
at line 64
array
getArguments(RequestInterface $request)
Get an array of arguments for use in request