PHP Class Cartalyst\Stripe\Laravel\StripeServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: cartalyst/stripe-laravel

Public Methods

Method Description
provides ( ) {@inheritDoc}
register ( ) {@inheritDoc}

Protected Methods

Method Description
registerConfig ( ) : void Register the config class.
registerStripe ( ) : void Register the Stripe API class.

Method Details

provides() public method

{@inheritDoc}
public provides ( )

register() public method

{@inheritDoc}
public register ( )

registerConfig() protected method

Register the config class.
protected registerConfig ( ) : void
return void

registerStripe() protected method

Register the Stripe API class.
protected registerStripe ( ) : void
return void