ICanBoogie
  • Documentation
  • API Reference
  • ICanBoogie v2.3.0
Namespaces
  • ICanBoogie
    • Autoconfig
    • Core
    • HTTP
      • Dispatcher
    • Session
Classes
  • BeforeRunEvent
  • BootEvent
  • RunEvent
  • TerminateEvent

Class TerminateEvent

Event class for the ICanBoogie\Core::terminate event

The event is fired after the response to the initial request was sent and that the core is ready to be terminated.

ICanBoogie\Event
┗ ICanBoogie\Core\TerminateEvent
Namespace: ICanBoogie\Core
Located at Core/TerminateEvent.php

Methods summary

public __construct( ICanBoogie\Core $target, ICanBoogie\HTTP\Request $request, ICanBoogie\HTTP\Response $response )

The event is constructed with the type terminate.

The event is constructed with the type terminate.

Parameters

$target
$request
$response

Properties summary

public $request : ICanBoogie\HTTP\Request

		
public $response : ICanBoogie\HTTP\Response

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