PHP 클래스 Swap\Laravel\SwapServiceProvider

저자: Florian Voutzinos ([email protected])
상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: florianv/laravel-swap

공개 메소드들

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

비공개 메소드들

메소드 설명
getServiceClass ( string $name ) : string Gets the service class from its name.
registerCacheItemPool ( Illuminate\Contracts\Foundation\Application $app ) Registers the cache.
registerChain ( Illuminate\Contracts\Foundation\Application $app ) Register the chain service.
registerExchangeRateProvider ( Illuminate\Contracts\Foundation\Application $app ) Register the exchange rate provider.
registerHttp ( Illuminate\Contracts\Foundation\Application $app ) Register the http related stuff.
registerServices ( Illuminate\Contracts\Foundation\Application $app ) Register the core services.
registerSwap ( Illuminate\Contracts\Foundation\Application $app ) Registers Swap.

메소드 상세

boot() 공개 메소드

Bootstrap the application services.
public boot ( )

provides() 공개 메소드

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

register() 공개 메소드

Register the application services.
public register ( )