コード例 #1
0
ファイル: Cursor.php プロジェクト: im286er/ent
 /**
  * Return the collection for this cursor.
  *
  * @see \Doctrine\MongoDB\Cursor::getCollection()
  * @return Collection
  */
 public function getCollection()
 {
     return $this->baseCursor->getCollection();
 }