LMongo\Query\Cursor::getIterator PHP Method

getIterator() public method

Implement IteratorAggregate
public getIterator ( ) : Iterator
return Iterator
    public function getIterator()
    {
        return $this->cursor;
    }