Esempio n. 1
0
 /**
  * Recreates the internal MongoCursor.
  *
  * @see \Doctrine\MongoDB\Cursor::recreate()
  */
 public function recreate()
 {
     $this->baseCursor->recreate();
     $this->mongoCursor = $this->baseCursor->getMongoCursor();
 }