コード例 #1
0
ファイル: Collection.php プロジェクト: frogriotcom/brusite
 /**
  * Returns the wrapped MongoCollection instance.
  *
  * @return \MongoCollection
  */
 public function getMongoCollection()
 {
     return $this->database->getMongoDB()->selectCollection($this->name);
 }