PHP 클래스 Flintstones\Rest\ServiceProvider

상속: implements Silex\ServiceProviderInterface
파일 보기 프로젝트 열기: flintstones/rest

공개 메소드들

메소드 설명
boot ( Silex\Application $app ) Bootstraps the application.
register ( Silex\Application $app )

메소드 상세

boot() 공개 메소드

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

register() 공개 메소드

public register ( Silex\Application $app )
$app Silex\Application