InceptionCore
in package
Table of Contents
- $middleware : MiddlewareRegistry
- $appRoot : string
- $base : string
- $ENV : mixed
- $exceptionHandler : ExceptionHandler
- $request : WebRequest
- getBase() : string
- getENV() : mixed
- getRequest() : WebRequest
- init() : void
- initBase() : mixed
Properties
$middleware
public
static MiddlewareRegistry
$middleware
$appRoot
private
static string
$appRoot
$base
private
static string
$base
= __DIR__
$ENV
private
static mixed
$ENV
$exceptionHandler
private
static ExceptionHandler
$exceptionHandler
$request
private
static WebRequest
$request
Methods
getBase()
public
static getBase() : string
Return values
string —getENV()
public
static getENV() : mixed
Return values
mixed —getRequest()
public
static getRequest() : WebRequest
Return values
WebRequest —init()
public
static init(mixed $base) : void
Parameters
- $base : mixed
Return values
void —initBase()
public
static initBase([mixed $base = __DIR__ ]) : mixed
Parameters
- $base : mixed = __DIR__