PHP 클래스 Mollie\Laravel\MollieServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: mollie/laravel-mollie

보호된 프로퍼티들

프로퍼티 타입 설명
$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