bootstrap() public abstract method
Bootstrap method to be called during application bootstrap stage.
public abstract void bootstrap ( $app ) | ||
---|---|---|
$app | yii\base\Application |
The application currently running |
bootstrap() public abstract method
Bootstrap method to be called during application bootstrap stage.
public abstract void bootstrap ( $app ) | ||
---|---|---|
$app | yii\base\Application |
The application currently running |
Please login to continue.