39 return $ilSetting->get(
"adm_support_contacts") ??
'';
53 $list = explode(
",", $a_list);
55 foreach ($list as $l) {
57 $accounts[] = trim($l);
61 return $ilSetting->set(
"adm_support_contacts", implode(
",", $accounts));
71 $list = self::getList();
72 $list = explode(
",", $list);
86 foreach (self::getValidSupportContactIds() as
$id) {
91 if (!empty($emails)) {
92 $emails = implode(
',', $emails);
static _lookupId($a_user_str)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
static _lookupEmail(int $a_user_id)