PHP Класс Mollie\Laravel\MollieServiceProvider

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

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

Свойство Тип Описание
$defer boolean Indicates if loading of the provider is deferred.

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

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

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

Метод Описание
extendSocialite ( ) : void Extend the Laravel Socialite factory class, if available.
registerApiAdapter ( ) : void Register the Mollie API adapter class.
registerApiClient ( ) : void Register the Mollie API Client.
setupConfig ( ) : void Setup the config.

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

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

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

extendSocialite() защищенный метод

Extend the Laravel Socialite factory class, if available.
protected extendSocialite ( ) : void
Результат void

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

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

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

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

registerApiAdapter() защищенный метод

Register the Mollie API adapter class.
protected registerApiAdapter ( ) : void
Результат void

registerApiClient() защищенный метод

Register the Mollie API Client.
protected registerApiClient ( ) : void
Результат void

registerManager() публичный метод

Register the manager class.
public registerManager ( ) : void
Результат void

setupConfig() защищенный метод

Setup the config.
protected setupConfig ( ) : void
Результат void

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

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

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