PHP 클래스 Vinkla\Vimeo\VimeoServiceProvider

저자: Vincent Klaiber ([email protected])
상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: vinkla/vimeo

공개 메소드들

메소드 설명
boot ( ) : void Boot the service provider.
provides ( ) : string[] Get the services provided by the provider.
register ( ) : void Register the service provider.

보호된 메소드들

메소드 설명
registerBindings ( ) : void Register the bindings.
registerFactory ( ) : void Register the factory class.
registerManager ( ) : void Register the manager class.
setupConfig ( ) : void Setup the config.

메소드 상세

boot() 공개 메소드

Boot the service provider.
public boot ( ) : void
리턴 void

provides() 공개 메소드

Get the services provided by the provider.
public provides ( ) : string[]
리턴 string[]

register() 공개 메소드

Register the service provider.
public register ( ) : void
리턴 void

registerBindings() 보호된 메소드

Register the bindings.
protected registerBindings ( ) : void
리턴 void

registerFactory() 보호된 메소드

Register the factory class.
protected registerFactory ( ) : void
리턴 void

registerManager() 보호된 메소드

Register the manager class.
protected registerManager ( ) : void
리턴 void

setupConfig() 보호된 메소드

Setup the config.
protected setupConfig ( ) : void
리턴 void