RestPlugin
extends Injectable
Table of Contents
Properties
-
$request
: Request
Methods
-
afterExecuteRoute()
: mixed
-
beforeException()
: mixed
-
beforeExecuteRoute()
: mixed
$request
public
Request
$request
afterExecuteRoute()
public
afterExecuteRoute() : mixed
beforeException()
public
beforeException(Event $event, AbstractDispatcher $dispatcher, Exception $exception) : mixed
Parameters
-
$event
: Event
-
-
$dispatcher
: AbstractDispatcher
-
-
$exception
: Exception
-
beforeExecuteRoute()
public
beforeExecuteRoute(Event $event, AbstractDispatcher $dispatcher) : mixed
Parameters
-
$event
: Event
-
-
$dispatcher
: AbstractDispatcher
-