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