PHP Class Volkszaehler\Server\PPMBootstrapAdapter

Inheritance: implements PHPPM\Bootstraps\BootstrapInterface
Afficher le fichier Open project: volkszaehler/volkszaehler.org

Protected Properties

Свойство Type Description
$appenv The application environment

Méthodes publiques

Méthode 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 méthode

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

getApplication() public méthode

Create middleware router
public getApplication ( )

getStaticDirectory() public méthode

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

Property Details

$appenv protected_oe property

The application environment
protected $appenv