PHP Класс Flugg\Responder\ResponderServiceProvider

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

Защищенные свойства (Protected)

Свойство Тип Описание
$config Illuminate\Config\Repository Keeps a quick reference to the Responder config.
$defer boolean Indicates if loading of the provider is deferred.

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

Метод Описание
boot ( ) : void Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Защищенные методы

Метод Описание
bootLaravelApplication ( ) : void Bootstrap the Laravel application.
bootLumenApplication ( ) : void Bootstrap the Lumen application.
registerAliases ( ) : void Set aliases for the provided services.
registerFractal ( ) : void Register Fractal serializer, manager and a factory to generate Fractal resource instances.
registerResponseBuilders ( ) : void Register success and error response builders.

Описание методов

boot() публичный Метод

Bootstrap the application events.
public boot ( ) : void
Результат void

bootLaravelApplication() защищенный Метод

Bootstrap the Laravel application.
protected bootLaravelApplication ( ) : void
Результат void

bootLumenApplication() защищенный Метод

Bootstrap the Lumen application.
protected bootLumenApplication ( ) : void
Результат void

provides() публичный Метод

Get the services provided by the provider.
public provides ( ) : array
Результат array

register() публичный Метод

Register the service provider.
public register ( ) : void
Результат void

registerAliases() защищенный Метод

Set aliases for the provided services.
protected registerAliases ( ) : void
Результат void

registerFractal() защищенный Метод

Register Fractal serializer, manager and a factory to generate Fractal resource instances.
protected registerFractal ( ) : void
Результат void

registerResponseBuilders() защищенный Метод

Register success and error response builders.
protected registerResponseBuilders ( ) : void
Результат void

Описание свойств

$config защищенное свойство

Keeps a quick reference to the Responder config.
protected Repository,Illuminate\Config $config
Результат Illuminate\Config\Repository

$defer защищенное свойство

Indicates if loading of the provider is deferred.
protected bool $defer
Результат boolean