PHP Класс Swap\Laravel\SwapServiceProvider

Автор: Florian Voutzinos ([email protected])
Наследование: extends Illuminate\Support\ServiceProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )