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 GetFormEvent

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

ICanBoogie\Event
┗ ICanBoogie\Operation\GetFormEvent
Namespace: ICanBoogie\Operation
Located at Operation/GetFormEvent.php

Methods summary

public __construct( ICanBoogie\Operation $target, ICanBoogie\HTTP\Request $request, mixed & $form )

The event is constructed with the type get_form.

The event is constructed with the type get_form.

Parameters

$target
$request
$form

Constants summary

TYPE : string
'get_form'

Properties summary

public $form : mixed

Reference to the result variable.

Reference to the result variable.


		
public $request : ICanBoogie\HTTP\Request

The request that triggered the operation.

The request that triggered the operation.


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