PHP 클래스 TomSchlick\ServerPush\ServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: tomschlick/laravel-http2-server-push

공개 메소드들

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

보호된 메소드들

메소드 설명
registerDefaultLinks ( ) : void Load the default links from the config.
registerElixirLinks ( ) : void Parse and load links from an existing elixir revision manifest file.
setupConfig ( ) : void Setup the config.

메소드 상세

boot() 공개 메소드

Bootstrap the application services.
public boot ( )

provides() 공개 메소드

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

register() 공개 메소드

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

setupConfig() 보호된 메소드

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