Пример #1
0
 public static function setApiBase($apiBase)
 {
     self::$apiBase = $apiBase;
 }
Пример #2
0
 /**
  * Init db
  */
 public function __construct()
 {
     $this->db = new Db();
     TalentLMS::setApiKey(Config::TLMS_APIKEY);
     TalentLMS::setDomain(Config::TLMS_DOMAIN);
 }