ICanBoogie
  • Documentation
  • API Reference
  • Routing v2.4.0
Namespaces
  • ICanBoogie
    • Routing
      • Controller
      • Dispatcher
      • Route
Classes
  • ActionEvent
  • BeforeActionEvent

Class ActionEvent

Event class for the ICanBoogie\Routing\Controller::action:before event.

Event hooks may use this event to alter the result returned by the action() method.

ICanBoogie\Event
┗ ICanBoogie\Routing\Controller\ActionEvent
Namespace: ICanBoogie\Routing\Controller
Package: ICanBoogie\Routing\Controller
Located at Controller/ActionEvent.php

Methods summary

public __construct( ICanBoogie\Routing\Controller $target, & $result )

Properties summary

public $result : mixed

Reference to the result.

Reference to the result.


		
Routing v2.4.0 – Check on GitHub – API documentation generated by ApiGen