Exemple #1
0
 public function __construct()
 {
     $this->masterAdminCollection = MongoClientFactory::getApidocMongoClient()->selectCollection('admin');
 }
Exemple #2
0
 /**
  * __construct
  */
 public function __construct()
 {
     $this->masterArticleCollection = MongoClientFactory::getBlogMongoClient()->selectCollection('article');
 }