PHP 클래스 Cartalyst\Stripe\Api\Api

상속: implements Cartalyst\Stripe\Api\ApiInterface
파일 보기 프로젝트 열기: cartalyst/stripe

보호된 프로퍼티들

프로퍼티 타입 설명
$config Cartalyst\Stripe\ConfigInterface The Config repository instance.
$perPage null | integer Number of items to return per page.

공개 메소드들

메소드 설명
__construct ( Cartalyst\Stripe\ConfigInterface $config ) : void Constructor.
_delete ( $url = null, array $parameters = [] )
_get ( $url = null, $parameters = [] )
_head ( $url = null, array $parameters = [] )
_options ( $url = null, array $parameters = [] )
_patch ( $url = null, array $parameters = [] )
_post ( $url = null, array $parameters = [] )
_put ( $url = null, array $parameters = [] )
baseUrl ( )
execute ( $httpMethod, $url, array $parameters = [] )
getPerPage ( )
setPerPage ( $perPage )

보호된 메소드들

메소드 설명
createHandler ( ) : GuzzleHttp\HandlerStack Create the client handler.
getClient ( ) : Client Returns an Http client instance.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Cartalyst\Stripe\ConfigInterface $config ) : void
$config Cartalyst\Stripe\ConfigInterface
리턴 void

_delete() 공개 메소드

public _delete ( $url = null, array $parameters = [] )
$parameters array

_get() 공개 메소드

public _get ( $url = null, $parameters = [] )

_head() 공개 메소드

public _head ( $url = null, array $parameters = [] )
$parameters array

_options() 공개 메소드

public _options ( $url = null, array $parameters = [] )
$parameters array

_patch() 공개 메소드

public _patch ( $url = null, array $parameters = [] )
$parameters array

_post() 공개 메소드

public _post ( $url = null, array $parameters = [] )
$parameters array

_put() 공개 메소드

public _put ( $url = null, array $parameters = [] )
$parameters array

baseUrl() 공개 메소드

public baseUrl ( )

createHandler() 보호된 메소드

Create the client handler.
protected createHandler ( ) : GuzzleHttp\HandlerStack
리턴 GuzzleHttp\HandlerStack

execute() 공개 메소드

public execute ( $httpMethod, $url, array $parameters = [] )
$parameters array

getClient() 보호된 메소드

Returns an Http client instance.
protected getClient ( ) : Client
리턴 GuzzleHttp\Client

getPerPage() 공개 메소드

public getPerPage ( )

setPerPage() 공개 메소드

public setPerPage ( $perPage )

프로퍼티 상세

$config 보호되어 있는 프로퍼티

The Config repository instance.
protected ConfigInterface,Cartalyst\Stripe $config
리턴 Cartalyst\Stripe\ConfigInterface

$perPage 보호되어 있는 프로퍼티

Number of items to return per page.
protected null|int $perPage
리턴 null | integer