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");
 
  135                $this->auth_error =& $a_error_obj;
 
  143                return $this->auth_error;
 
  158                return $ilSetting->get($a_keyword, $a_default_value);
 
  212                if (!is_array($this->styles))
 
  214                        $this->getStyles($a_skin);
 
  217                return $this->styles[0][
"name"];
 
  228                return file_exists($this->tplPath.$a_name);
 
  251                $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
Interface Card \UI\Component\Card.