AjaxCondition
class AjaxCondition implements ConditionInterface, UrlableInterface (View source)
Check against the current ajax action.
Methods
__construct(string $action, boolean $private = true, boolean $public = false)
Constructor
boolean
array
string
toUrl(array $arguments = [])
Convert to URL.
Details
at line 49
__construct(string $action, boolean $private = true, boolean $public = false)
Constructor
at line 86
boolean
isSatisfied(RequestInterface $request)
Get whether the condition is satisfied
at line 101
array
getArguments(RequestInterface $request)
Get an array of arguments for use in request
at line 108
string
toUrl(array $arguments = [])
Convert to URL.