PHP Class Volkszaehler\Server\PPMBootstrapAdapter

Inheritance: implements PHPPM\Bootstraps\BootstrapInterface
Mostra file Open project: volkszaehler/volkszaehler.org

Protected Properties

Property Type Description
$appenv The application environment

Public Methods

Method Description
__construct ( $appenv, $debug ) Instantiate the bootstrap, storing the $appenv
getApplication ( ) Create middleware router
getStaticDirectory ( ) Static directory - only used if frontend served via ppm httpd

Method Details

__construct() public method

Instantiate the bootstrap, storing the $appenv
public __construct ( $appenv, $debug )

getApplication() public method

Create middleware router
public getApplication ( )

getStaticDirectory() public method

Static directory - only used if frontend served via ppm httpd
public getStaticDirectory ( )

Property Details

$appenv protected_oe property

The application environment
protected $appenv