ICanBoogie
  • Documentation
  • API Reference
  • ICanBoogie 4.0.x
Namespaces
  • ICanBoogie
    • Application
    • Autoconfig
    • Binding
    • Routing
    • Session
Classes
  • BootEvent
  • ClearCacheEvent
  • ConfigureEvent
  • RunEvent
  • TerminateEvent

Class TerminateEvent

Event class for the ICanBoogie\Application::terminate event

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

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

Methods summary

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

The event is constructed with the type ICanBoogie\Application\TerminateEvent::TYPE.

The event is constructed with the type ICanBoogie\Application\TerminateEvent::TYPE.

Parameters

$target
$request
$response

Constants summary

TYPE : string
'terminate'

Properties summary

public $request : ICanBoogie\HTTP\Request

		
public $response : ICanBoogie\HTTP\Response

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