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 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
Namespace: ICanBoogie\Operation
Located at BeforeProcessEvent.php

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

$target
$payload

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\Errors

The errors collector.

The errors collector.


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