ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
System support contacts. More...
Static Public Member Functions | |
static | getList () |
Get list. More... | |
static | setList ($a_list) |
Set list. More... | |
static | getValidSupportContactIds () |
Get valid support contacts. More... | |
static | getMailToAddress () |
Get mailto: email. More... | |
System support contacts.
Definition at line 12 of file class.ilSystemSupportContacts.php.
|
static |
Get list.
Definition at line 19 of file class.ilSystemSupportContacts.php.
References $DIC, and $ilSetting.
Referenced by ilObjSystemFolderGUI\initContactInformationForm().
|
static |
Get mailto: email.
Definition at line 69 of file class.ilSystemSupportContacts.php.
References $id, ilObjUser\_lookupEmail(), and array.
Referenced by ilStartUpGUI\getAcceptance(), and ilPersonalProfileGUI\showUserAgreement().
|
static |
Get valid support contacts.
Definition at line 55 of file class.ilSystemSupportContacts.php.
References $list, and ilObjUser\_lookupId().
Referenced by ilSystemSupportContactsGUI\getFooterLink(), ilAwarenessUserProviderSystemContacts\getInitialUserSet(), and ilSystemSupportContactsGUI\showContacts().
|
static |
Set list.
string | $a_list | comma separated list of contacts |
Definition at line 33 of file class.ilSystemSupportContacts.php.
References $DIC, $ilSetting, $l, $list, ilObjUser\_lookupId(), and array.
Referenced by ilObjSystemFolderGUI\saveContactInformationObject().