PHP Class schmunk42\giiant\Bootstrap

Author: Tobias Munk ([email protected])
Inheritance: implements yii\base\BootstrapInterface
Show file Open project: schmunk42/yii2-giiant

Public Methods

Method Description
bootstrap ( Application $app ) Bootstrap method to be called during application bootstrap stage.

Method Details

bootstrap() public method

Bootstrap method to be called during application bootstrap stage.
public bootstrap ( Application $app )
$app yii\base\Application the application currently running