ICanBoogie
  • Documentation
  • API Reference
  • Routing v2.3.0
Namespaces
  • ICanBoogie
    • Routing
      • ActionController
      • Controller
      • Dispatcher
      • Route
Classes
  • BeforeRespondEvent
  • RespondEvent

Class BeforeRespondEvent

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

Event hooks may use this event to alter the controller before it obtain a response.

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

Methods summary

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

Properties summary

public $response : ICanBoogie\HTTP\Response|mixed

Reference to the response.

Reference to the response.


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