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);
 
  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);
 
An exception for terminatinating execution or to throw for unit testing.
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
raiseError($a_msg, $a_err_obj)
wrapper for downward compability
__construct($a_client_id=0)
Constructor setup ILIAS global object @access public.
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
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'