Class BeforeProcessEvent
Event class for the ICanBoogie\Operation::process:before
event.
Third parties may use this event to alter the request, response or errors.
- ICanBoogie\Event
- ICanBoogie\Operation\BeforeProcessEvent
Methods summary
public
|
#
__construct(
The event is constructed with the type |
Methods inherited from ICanBoogie\Event
Magic methods summary
Properties summary
public
|
$request |
#
The request that triggered the operation. |
public
|
$response |
#
The response of the operation. |
public
|
$errors |
#
The errors collector. |