コード例 #1
0
ファイル: EagerCursor.php プロジェクト: shuffleld/mongodb
 /**
  * {@inheritdoc}
  */
 public function reset()
 {
     $this->cursor->reset();
 }