114 $this->client_id =
'';
116 $this->client_id = CLIENT_ID;
118 $this->ini =&$ilClientIniFile;
120 $this->error_obj =&
$ilErr;
121 $this->auth =&$ilAuth;
124 include_once(
"./Services/Object/classes/class.ilObjectFactory.php");
138 $this->auth_error =&$a_error_obj;
146 return $this->auth_error;
157 public function getSetting($a_keyword, $a_default_value =
false)
161 return $ilSetting->get($a_keyword, $a_default_value);
174 return $ilSetting->delete($a_keyword);
187 return $ilSetting->getAll();
203 return $ilSetting->set($a_key, $a_val);
215 if (!is_array($this->styles)) {
216 $this->getStyles($a_skin);
219 return $this->styles[0][
"name"];
230 return file_exists($this->tplPath . $a_name);
253 $ilErr->raiseError($a_msg, $a_err_obj);
getAllSettings()
read all values from settingstable public
& getAuthError()
get (last) authentication error object
getFirstStyle($a_skin)
get first available stylesheet from skindirectory
deleteSetting($a_keyword)
delete one value from settingstable public
checkTemplate($a_name)
check if a template name exists on the server
Create styles array
The data for the language used.
& getCurrentUser()
get current user account
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
setAuthError($a_error_obj)
set authentication error (should be set after Auth->start() via $ilias->setAuthError($ilErr->getLastE...
setSetting($a_key, $a_val)
write one value to db-table settings public
getSetting($a_keyword, $a_default_value=false)
read one value from settingstable public
__construct($a_client_id=0)
Constructor setup ILIAS global object public.
raiseError($a_msg, $a_err_obj)
wrapper for downward compability