PHP Класс Eccube\ServiceProvider\EccubeServiceProvider

Наследование: implements Silex\ServiceProviderInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
boot ( Silex\Application $app ) Bootstraps the application.
register ( Silex\Application $app ) Registers services on the given app.

Описание методов

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

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

This method should only be used to configure services and parameters. It should not get services.
public register ( Silex\Application $app )
$app Silex\Application An Application instance