Newscoop\PaginatedCollection::getIterator PHP Method

getIterator() public method

Get iterator
public getIterator ( )
    public function getIterator()
    {
        return new ArrayIterator($this->result);
    }
PaginatedCollection