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

Class RunEvent

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

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

Methods summary

protected get_request( void ) : ICanBoogie\HTTP\Request

Returns

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

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

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

Parameters

$target
$request

Constants summary

TYPE : string
'run'

Properties summary

Magic properties

public read-only $request : ICanBoogie\HTTP\Request
ICanBoogie 4.0.x – Check on GitHub – API documentation generated by ApiGen