PHP Class Mollie\Laravel\MollieServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: mollie/laravel-mollie

Protected Properties

Свойство Type Description
$defer boolean Indicates if loading of the provider is deferred.

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Method Details

boot() public méthode

Boot the service provider.
public boot ( ) : void
Résultat void

extendSocialite() protected méthode

Extend the Laravel Socialite factory class, if available.
protected extendSocialite ( ) : void
Résultat void

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerApiAdapter() protected méthode

Register the Mollie API adapter class.
protected registerApiAdapter ( ) : void
Résultat void

registerApiClient() protected méthode

Register the Mollie API Client.
protected registerApiClient ( ) : void
Résultat void

registerManager() public méthode

Register the manager class.
public registerManager ( ) : void
Résultat void

setupConfig() protected méthode

Setup the config.
protected setupConfig ( ) : void
Résultat void

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
Résultat boolean