Esempio n. 1
0
 /**
  * Return the collection for this cursor.
  *
  * @see \Doctrine\MongoDB\Cursor::getCollection()
  * @return Collection
  */
 public function getCollection()
 {
     return $this->baseCursor->getCollection();
 }