PHP 클래스 Eccube\ServiceProvider\EccubeServiceProvider

상속: implements Silex\ServiceProviderInterface
파일 보기 프로젝트 열기: ec-cube/ec-cube

공개 메소드들

메소드 설명
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