25        return $ilSetting->get(
"adm_support_contacts");
 
   39        $list = explode(
",", $a_list);
 
   41        foreach ($list as $l) {
 
   43                $accounts[] = trim($l);
 
   47        return $ilSetting->set(
"adm_support_contacts", implode(
",", $accounts));
 
   58        $list = explode(
",", $list);
 
   72        foreach (self::getValidSupportContactIds() as $id) {
 
   77        if (!empty($emails)) {
 
   78            $emails = implode(
',', $emails);
 
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.