Class DispatchEvent
Event class for the ICanBoogie\Operation\OperationDispatcher::dispatch
event.
Third parties may use this event to alter the response before it is returned by the dispatcher.
- ICanBoogie\Event
- ┗ ICanBoogie\Operation\OperationDispatcher\DispatchEvent
Namespace: ICanBoogie\Operation\OperationDispatcher
Located at OperationDispatcher/DispatchEvent.php
Located at OperationDispatcher/DispatchEvent.php
Methods summary
public
__construct( ICanBoogie\Operation\OperationDispatcher
$target
, ICanBoogie\Operation
$operation
, ICanBoogie\HTTP\Request $request
, ICanBoogie\HTTP\Response & $response
)
The event is constructed with the type dispatch
.