Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->__articles = Register::table("Onmeda.Articles", $this->credentials);
     $this->__mongoSourceClient = new Mongo();
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
 }