ICanBoogie
  • Documentation
  • API Reference
  • Operation master
Namespaces
  • ICanBoogie
    • Operation
      • Dispatcher
Classes
  • BeforeControlEvent
  • BeforeProcessEvent
  • BeforeValidateEvent
  • ControlEvent
  • Dispatcher
  • FailureEvent
  • GetFormEvent
  • PingOperation
  • ProcessEvent
  • RescueEvent
  • Response
  • ValidateEvent
Interfaces
  • Exception
Traits
  • ControlEventTrait
  • ValidateEventTrait
Exceptions
  • Failure
  • FormHasExpired
  • FormNotFound

Class ProcessEvent

Event class for the ICanBoogie\Operation::process event.

ICanBoogie\Event
┗ ICanBoogie\Operation\ProcessEvent
Namespace: ICanBoogie\Operation
Located at ProcessEvent.php

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

$target
$payload

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.


		
Operation master – Check on GitHub – API documentation generated by ApiGen