NegateCondition
class NegateCondition implements ConditionInterface (View source)
Negate another condition's result.
Methods
boolean
array
Details
at line 31
__construct(ConditionInterface $condition)
Constructor.
at line 38
boolean
isSatisfied(RequestInterface $request)
Get whether the condition is satisfied
at line 45
array
getArguments(RequestInterface $request)
Get an array of arguments for use in request