PHP Class hiqdev\assetpackagist\Bootstrap

Inheritance: implements yii\base\BootstrapInterface
Show file Open project: hiqdev/asset-packagist

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