コード例 #1
0
ファイル: EagerCursor.php プロジェクト: malukenho/mongodb
 /**
  * {@inheritDoc}
  */
 public function recreate()
 {
     $this->initialized = false;
     $this->data = array();
     $this->iterating = false;
     $this->cursor->recreate();
 }