The pager moves forward only and can rewind to the first item.
Inheritance: extends Recurly_Base, implements Iterator
Exemplo n.º 1
0
 public static function getVoided($params = null, $client = null)
 {
     return Recurly_TransactionList::get(Recurly_Pager::_setState($params, 'voided'), $client);
 }
 public static function getPastDue($params = null, $client = null)
 {
     return Recurly_AccountList::get(Recurly_Pager::_setState($params, 'past_due'), $client);
 }
Exemplo n.º 3
0
 public function _loadFrom($uri, $params = null)
 {
     parent::_loadFrom($uri, $params);
 }
 public static function getTrials($params = null, $client = null)
 {
     return Recurly_SubscriptionList::get(Recurly_Pager::_setState($params, 'in_trial'), $client);
 }
Exemplo n.º 5
0
 public static function getNonRenewing($params = null, $client = null)
 {
     return Recurly_SubscriptionList::get(Recurly_Pager::_setState($params, 'non_renewing'), $client);
 }
Exemplo n.º 6
0
 public function _loadFrom($uri)
 {
     parent::_loadFrom($uri);
 }