Eccube\ServiceProvider\EccubeServiceProvider::boot PHP Метод

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

This method is called after all services are registered and should be used for "dynamic" configuration (whenever a service must be requested).
public boot ( Silex\Application $app )
$app Silex\Application
    public function boot(BaseApplication $app)
    {
    }
EccubeServiceProvider