コード例 #1
0
ファイル: Cursor.php プロジェクト: im286er/ent
 /**
  * Recreates the internal MongoCursor.
  *
  * @see \Doctrine\MongoDB\Cursor::recreate()
  */
 public function recreate()
 {
     $this->baseCursor->recreate();
     $this->mongoCursor = $this->baseCursor->getMongoCursor();
 }