getIterator() public method

public getIterator ( array $options = [] )
$options array
 /**
  * @return \Doctrine\MongoDB\Iterator
  */
 public function getIterator()
 {
     return $this->query->getIterator();
 }