23                return $ilSetting->get(
"adm_support_contacts");
 
   35                $list = explode(
",", $a_list);
 
   41                                $accounts[] = trim(
$l);
 
   45                return $ilSetting->set(
"adm_support_contacts", implode(
",", $accounts));
 
   56                $list = explode(
",", $list);
 
   70                foreach (self::getValidSupportContactIds() as $id)
 
An exception for terminatinating execution or to throw for unit testing.
static _lookupEmail($a_user_id)
Lookup email.
static _lookupId($a_user_str)
Lookup id by login.