Example #1
0
 /**
  * Return the database connection for this cursor.
  *
  * @see \Doctrine\MongoDB\Cursor::getConnection()
  * @return Connection
  */
 public function getConnection()
 {
     return $this->baseCursor->getConnection();
 }