Class DispatchEvent
Event class for the ICanBoogie\Operation\Dispatcher::dispatch
event.
Third parties may use this event to alter the response before it is returned by the dispatcher.
- ICanBoogie\Event
- ICanBoogie\Operation\Dispatcher\DispatchEvent
Namespace: ICanBoogie\Operation\Dispatcher
Located at vendor/icanboogie/operation/lib/dispatcher.php
Located at vendor/icanboogie/operation/lib/dispatcher.php
Methods summary
public
|
#
__construct(
The event is constructed with the type |
Methods inherited from ICanBoogie\Event
Magic methods summary
Properties summary
public
|
$operation |
#
The operation. |
public
|
$request |
#
The request. |
public
|
$response |
#
Reference to the response. |