ICanBoogie
  • Documentation
  • API Reference
  • ICanBoogie master
Namespaces
  • ICanBoogie
    • Autoconfig
    • Binding
    • Core
    • Routing
    • Session
Classes
  • BootEvent
  • ClearCacheEvent
  • ConfigureEvent
  • RunEvent
  • TerminateEvent

Class RunEvent

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

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

Methods summary

protected get_request( void ) : ICanBoogie\HTTP\Request

Returns

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

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

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

Parameters

$target
$request

Constants summary

TYPE : string
'run'

Properties summary

Magic properties

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