114                 $this->client_id = CLIENT_ID;
 
  115                 $this->ini =& $ilClientIniFile;
 
  117                 $this->error_obj =& 
$ilErr;
 
  121                 include_once(
"./classes/class.ilObjectFactory.php");
 
  132                 if ($this->ini->readVariable(
"db", 
"type") != 
"")
 
  134                         $this->db->disconnect();
 
  149                 $this->auth_error =& $a_error_obj;
 
  157                 return $this->auth_error;
 
  172                 return $ilSetting->get($a_keyword, $a_default_value);
 
  185                 return $ilSetting->delete($a_keyword);
 
  198                 return $ilSetting->getAll();
 
  214                 return $ilSetting->set($a_key, $a_val);
 
  226                 if (!is_array($this->styles))
 
  228                         $this->getStyles($a_skin);
 
  231                 return $this->styles[0][
"name"];
 
  242                 return file_exists($this->tplPath.$a_name);
 
  265                 $ilErr->raiseError($a_msg,$a_err_obj);