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

Class BootEvent

Event class for the ICanBoogie\Application::boot event.

The event is fired after the application has booted.

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

Methods summary

public __construct( ICanBoogie\Application $target )

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

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

Parameters

$target

Constants summary

TYPE : string
'boot'
ICanBoogie 4.0.x – Check on GitHub – API documentation generated by ApiGen