114 $this->client_id = CLIENT_ID;
115 $this->ini =& $ilClientIniFile;
117 $this->error_obj =&
$ilErr;
118 $this->auth =& $ilAuth;
121 include_once(
"./Services/Object/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);
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);
ILIAS base class perform basic setup: init database handler, load configuration file,...
ILIAS($a_client_id=0)
Constructor setup ILIAS global object @access public.
setAuthError($a_error_obj)
set authentication error (should be set after Auth->start() via $ilias->setAuthError($ilErr->getLastE...
getFirstStyle($a_skin)
get first available stylesheet from skindirectory
checkTemplate($a_name)
check if a template name exists on the server
& getCurrentUser()
get current user account
getAllSettings()
read all values from settingstable @access public
& getAuthError()
get (last) authentication error object
_ILIAS()
Destructor @access private.
raiseError($a_msg, $a_err_obj)
wrapper for downward compability
deleteSetting($a_keyword)
delete one value from settingstable @access public
getSetting($a_keyword, $a_default_value=false)
read one value from settingstable @access public
setSetting($a_key, $a_val)
write one value to db-table settings @access public