Class app\modules\tci\Bootstrap
Inheritance | app\modules\tci\Bootstrap |
---|---|
Implements | yii\base\BootstrapInterface |
Class Bootstrap
Public Methods
Method | Description | Defined By |
---|---|---|
bootstrap() | Bootstrap method to be called during application bootstrap stage. | app\modules\tci\Bootstrap |
Method Details
Bootstrap method to be called during application bootstrap stage.
public void bootstrap ( $app ) | ||
$app | \app\modules\tci\Application | The application currently running |