yii\base\BootstrapInterface::bootstrap PHP Метод

bootstrap() публичный Метод

Bootstrap method to be called during application bootstrap stage.
public bootstrap ( Application $app )
$app Application the application currently running
    public function bootstrap($app);
BootstrapInterface