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