PHP 클래스 Latrell\Alipay\AlipayServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: latrell/alipay

공개 메소드들

메소드 설명
boot ( ) boot process
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

보호된 메소드들

메소드 설명
setupConfig ( ) : void Setup the config.

메소드 상세

boot() 공개 메소드

boot process
public boot ( )

provides() 공개 메소드

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

register() 공개 메소드

Register the service provider.
public register ( ) : void
리턴 void

setupConfig() 보호된 메소드

Setup the config.
protected setupConfig ( ) : void
리턴 void