Class Core
Core of the framework.
- ICanBoogie\Object
- ┗ ICanBoogie\Core
Methods summary
protected
lazy_get_vars( void )
: ICanBoogie\Storage\FileStorage
Returns the non-volatile variables registry.
protected
get_dispatcher( void )
: HTTP\Dispatcher
Returns the dispatcher used to dispatch HTTP requests.
protected
lazy_get_initial_request( void )
: ICanBoogie\HTTP\Request
Returns the initial request object.
protected
terminate( ICanBoogie\HTTP\Request $request
, ICanBoogie\HTTP\Response $response
)
Terminate the application.
Properties summary
Magic properties
public
$modules
: Module\ModuleCollection
The following properties are provider by icanboogie/bind-activerecord:
public
$db
: ActiveRecord\Connection
The following properties are provider by icanboogie/bind-render:
public read-only
$logger
: ICanBoogie\LoggerInterface
The message logger. The following properties are provider by icanboogie/routing: