예제 #1
0
파일: Cursor.php 프로젝트: im286er/ent
 /**
  * Return the database connection for this cursor.
  *
  * @see \Doctrine\MongoDB\Cursor::getConnection()
  * @return Connection
  */
 public function getConnection()
 {
     return $this->baseCursor->getConnection();
 }