Class ProcessEvent
Event class for the ICanBoogie\Operation::process
event.
-
ICanBoogie\Event
-
┗
ICanBoogie\Operation\ProcessEvent
Methods summary
public
__construct( ICanBoogie\Operation
$target
, array $payload
)
The event is constructed with the type process
.
The event is constructed with the type process
.
Parameters
Properties summary
public
$rc
: mixed
Reference to the response result property.
Reference to the response result property.
public
$response
: ICanBoogie\HTTP\Response
The response object of the operation.
The response object of the operation.
public
$request
: ICanBoogie\HTTP\Request
The request that triggered the operation.
The request that triggered the operation.