PHP 클래스 Cartalyst\Stripe\Pager

파일 보기 프로젝트 열기: cartalyst/stripe

보호된 프로퍼티들

프로퍼티 타입 설명
$api Cartalyst\Stripe\Api\ApiInterface The Api instance.
$nextToken array The next request token.

공개 메소드들

메소드 설명
__construct ( Cartalyst\Stripe\Api\ApiInterface $api ) : void Constructor.
fetch ( array $parameters = [] ) : array Fetches all the objects of the given api.

보호된 메소드들

메소드 설명
processRequest ( array $parameters = [] ) : array Processes the api request.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Cartalyst\Stripe\Api\ApiInterface $api ) : void
$api Cartalyst\Stripe\Api\ApiInterface
리턴 void

fetch() 공개 메소드

Fetches all the objects of the given api.
public fetch ( array $parameters = [] ) : array
$parameters array
리턴 array

processRequest() 보호된 메소드

Processes the api request.
protected processRequest ( array $parameters = [] ) : array
$parameters array
리턴 array

프로퍼티 상세

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

The Api instance.
protected ApiInterface,Cartalyst\Stripe\Api $api
리턴 Cartalyst\Stripe\Api\ApiInterface

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

The next request token.
protected array $nextToken
리턴 array