PHP Class Latrell\Alipay\AlipayServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: latrell/alipay

Public Methods

Method Description
boot ( ) boot process
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Protected Methods

Method Description
setupConfig ( ) : void Setup the config.

Method Details

boot() public method

boot process
public boot ( )

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

setupConfig() protected method

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