PHP Class Latrell\Alipay\AlipayServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: latrell/alipay

Méthodes publiques

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

Méthodes protégées

Méthode Description
setupConfig ( ) : void Setup the config.

Method Details

boot() public méthode

boot process
public boot ( )

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

setupConfig() protected méthode

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