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( ICanBoogie\Operation
$target
, array $payload
)
The event is constructed with the type process:before
.
The event is constructed with the type process:before
.
Parameters
Constants summary
TYPE
: string
'process:before'
Properties summary
public
$request
: ICanBoogie\HTTP\Request
The request that triggered the operation.
The request that triggered the operation.
public
$response
: ICanBoogie\HTTP\Response
The response of the operation.
The response of the operation.
public
$errors
: ICanBoogie\ErrorCollection