PHP Class Mollie\Laravel\MollieServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: mollie/laravel-mollie

Protected Properties

Property Type Description
$defer boolean Indicates if loading of the provider is deferred.

Public Methods

Method 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.

Protected Methods

Method 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 method

Boot the service provider.
public boot ( ) : void
return void

extendSocialite() protected method

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

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register the service provider.
public register ( ) : void
return void

registerApiAdapter() protected method

Register the Mollie API adapter class.
protected registerApiAdapter ( ) : void
return void

registerApiClient() protected method

Register the Mollie API Client.
protected registerApiClient ( ) : void
return void

registerManager() public method

Register the manager class.
public registerManager ( ) : void
return void

setupConfig() protected method

Setup the config.
protected setupConfig ( ) : void
return void

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
return boolean