Example #1
0
 /**
  * Returns the wrapped MongoCollection instance.
  *
  * @return \MongoCollection
  */
 public function getMongoCollection()
 {
     return $this->database->getMongoDB()->selectCollection($this->name);
 }