OnDispatchHandleCallablePlugin
extends Injectable
Table of Contents
Properties
-
$afterDispatchLoopChecks
: mixed
Methods
-
beforeExecuteRoute()
: mixed
-
registerBeforeExecuteRouteCheck()
: mixed
$afterDispatchLoopChecks
private
mixed
$afterDispatchLoopChecks
= []
beforeExecuteRoute()
public
beforeExecuteRoute(Event $event, Dispatcher $dispatcher) : mixed
Parameters
-
$event
: Event
-
-
$dispatcher
: Dispatcher
-
registerBeforeExecuteRouteCheck()
public
registerBeforeExecuteRouteCheck(callable $callable[, array<string|int, mixed>|null $closureArgs = null ][, mixed $exception = null ][, array<string|int, mixed>|null $eConstructorParams = null ]) : mixed
Parameters
-
$callable
: callable
-
-
$closureArgs
: array<string|int, mixed>|null
= null
-
-
$exception
: mixed
= null
-
-
$eConstructorParams
: array<string|int, mixed>|null
= null
-