PHP Class Cartalyst\Stripe\Laravel\StripeServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: cartalyst/stripe-laravel

Méthodes publiques

Méthode Description
provides ( ) {@inheritDoc}
register ( ) {@inheritDoc}

Méthodes protégées

Méthode Description
registerConfig ( ) : void Register the config class.
registerStripe ( ) : void Register the Stripe API class.

Method Details

provides() public méthode

{@inheritDoc}
public provides ( )

register() public méthode

{@inheritDoc}
public register ( )

registerConfig() protected méthode

Register the config class.
protected registerConfig ( ) : void
Résultat void

registerStripe() protected méthode

Register the Stripe API class.
protected registerStripe ( ) : void
Résultat void