Braintree\ResourceCollection::next PHP Method

next() public method

advances to the next item in the collection when iterating with foreach
public next ( )
    public function next()
    {
        ++$this->_index;
    }