Stripe\Collection::autoPagingIterator PHP Метод

autoPagingIterator() публичный Метод

public autoPagingIterator ( ) : AutoPagingIterator
Результат AutoPagingIterator An iterator that can be used to iterate across all objects across all pages. As page boundaries are encountered, the next page will be fetched automatically for continued iteration.
    public function autoPagingIterator()
    {
        return new Util\AutoPagingIterator($this, $this->_requestParams);
    }