Doctrine\MongoDB\Query\Query::iterate PHP Method

iterate() public method

Alias of {@link Query::getIterator()}.
Deprecation: 1.1 Use {@link Query::getIterator()}; will be removed for 2.0
public iterate ( ) : Doctrine\MongoDB\Iterator
return Doctrine\MongoDB\Iterator
    public function iterate()
    {
        return $this->getIterator();
    }