ICanBoogie/Routing v2.4.0
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Routing
      • Controller
      • Dispatcher
      • Route

Classes

  • ActionEvent
  • BeforeActionEvent

Class BeforeActionEvent

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

Event hooks may use this event to alter the controller before the action is invoked, or provide a result and thus cancel the action.

ICanBoogie\Event
Extended by ICanBoogie\Routing\Controller\BeforeActionEvent
Namespace: ICanBoogie\Routing\Controller
Package: ICanBoogie\Routing\Controller
Located at Controller/BeforeActionEvent.php

Methods summary

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

Properties summary

public mixed $result

Reference to the result.

Reference to the result.

#
ICanBoogie/Routing v2.4.0 API documentation generated by ApiGen