ICanBoogie
  • Documentation
  • API Reference
  • Operation 4.0.x
Namespaces
  • ICanBoogie
    • Operation
Classes
  • BeforeControlEvent
  • BeforeProcessEvent
  • BeforeValidateEvent
  • ControlEvent
  • FailureEvent
  • GetFormEvent
  • Hooks
  • OperationRouteDefinition
  • OperationRouteDispatcher
  • ProcessEvent
  • RescueEvent
  • Response
  • ValidateEvent
Interfaces
  • Exception
Traits
  • ControlEventTrait
  • ValidateEventTrait
Exceptions
  • Failure
  • FormHasExpired
  • FormNotFound

Class ControlEvent

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

Third parties may use this event to alter the outcome of the control.

ICanBoogie\Event
┗ ICanBoogie\Operation\ControlEvent uses ICanBoogie\Operation\ControlEventTrait
Namespace: ICanBoogie\Operation
Located at Operation/ControlEvent.php

Methods summary

public __construct( ICanBoogie\Operation $target, array $payload )

The event is constructed with the type control.

The event is constructed with the type control.

Parameters

$target
$payload

Constants summary

TYPE : string
'control'

Properties summary

Properties used from ICanBoogie\Operation\ControlEventTrait

$controls, $request, $success

Operation 4.0.x – Check on GitHub – API documentation generated by ApiGen