PHP Class Cartalyst\Stripe\Pager

Afficher le fichier Open project: cartalyst/stripe

Protected Properties

Свойство Type Description
$api Cartalyst\Stripe\Api\ApiInterface The Api instance.
$nextToken array The next request token.

Méthodes publiques

Méthode Description
__construct ( Cartalyst\Stripe\Api\ApiInterface $api ) : void Constructor.
fetch ( array $parameters = [] ) : array Fetches all the objects of the given api.

Méthodes protégées

Méthode Description
processRequest ( array $parameters = [] ) : array Processes the api request.

Method Details

__construct() public méthode

Constructor.
public __construct ( Cartalyst\Stripe\Api\ApiInterface $api ) : void
$api Cartalyst\Stripe\Api\ApiInterface
Résultat void

fetch() public méthode

Fetches all the objects of the given api.
public fetch ( array $parameters = [] ) : array
$parameters array
Résultat array

processRequest() protected méthode

Processes the api request.
protected processRequest ( array $parameters = [] ) : array
$parameters array
Résultat array

Property Details

$api protected_oe property

The Api instance.
protected ApiInterface,Cartalyst\Stripe\Api $api
Résultat Cartalyst\Stripe\Api\ApiInterface

$nextToken protected_oe property

The next request token.
protected array $nextToken
Résultat array