PHP Класс TomSchlick\ServerPush\ServiceProvider

Наследование: extends Illuminate\Support\ServiceProvider
Показать файл Открыть проект

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

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