예제 #1
0
파일: Database.php 프로젝트: ud223/yj
 /**
  * Get the MongoDB instance being wrapped.
  *
  * @return MongoDB $mongoDB
  */
 public function getMongoDB()
 {
     return $this->connection->getMongo()->selectDB($this->name);
 }