Class yii\shell\Bootstrap
Inheritance | yii\shell\Bootstrap |
---|---|
Implements | yii\base\BootstrapInterface |
Available since extension's version | 2.0 |
Source Code | https://github.com/yiisoft/yii2-shell/blob/master/Bootstrap.php |
Class Bootstrap
Method Details
public void bootstrap ( $app ) | ||
$app |
public function bootstrap($app)
{
if ($app instanceof \yii\console\Application) {
$app->controllerMap['shell'] = 'yii\shell\ShellController';
}
}