Class rootlocal\crud\Bootstrap

Inheritancerootlocal\crud\Bootstrap
Implementsyii\base\BootstrapInterface

Class Bootstrap Application bootstrap process

See also yii\base\BootstrapInterface.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
bootstrap() Bootstrap method to be called during application bootstrap stage. rootlocal\crud\Bootstrap

Method Details

bootstrap() public method

Bootstrap method to be called during application bootstrap stage.

public void bootstrap ( $app )
$app yii\base\Application

The application currently running