PHP 클래스 Cartalyst\Stripe\Laravel\StripeServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: cartalyst/stripe-laravel

공개 메소드들

메소드 설명
provides ( ) {@inheritDoc}
register ( ) {@inheritDoc}

보호된 메소드들

메소드 설명
registerConfig ( ) : void Register the config class.
registerStripe ( ) : void Register the Stripe API class.

메소드 상세

provides() 공개 메소드

{@inheritDoc}
public provides ( )

register() 공개 메소드

{@inheritDoc}
public register ( )

registerConfig() 보호된 메소드

Register the config class.
protected registerConfig ( ) : void
리턴 void

registerStripe() 보호된 메소드

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