yii\base\BootstrapInterface::bootstrap PHP Méthode

bootstrap() public méthode

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