ICanBoogie/ICanBoogie 3.0.x
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Autoconfig
    • Binding
    • Core
    • Routing
    • Session

Classes

  • BootEvent
  • ClearCacheEvent
  • ConfigureEvent
  • 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
Extended by ICanBoogie\Core\TerminateEvent
Namespace: ICanBoogie\Core
Codecoverageignore
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 ICanBoogie\Core\TerminateEvent::TYPE.

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

Parameters

$target
$request
$response

Constants summary

string TYPE
# 'terminate'

Properties summary

public ICanBoogie\HTTP\Request $request
#
public ICanBoogie\HTTP\Response $response
#
ICanBoogie/ICanBoogie 3.0.x API documentation generated by ApiGen