Class DispatchEvent
Event class for the ICanBoogie\Routing\Dispatcher::dispatch
event.
Third parties may use this event to alter the response before it is returned by the dispatcher.
- ICanBoogie\Event
- ICanBoogie\Routing\Dispatcher\DispatchEvent
Methods summary
public
|
#
__construct(
The event is constructed with the type |
Methods inherited from ICanBoogie\Event
Magic methods summary
Properties summary
public
|
$route |
#
The route. |
public
|
$request |
#
The request. |
public
|
$response |
#
Reference to the response. |