ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 | getMailsToAddress () |
Get mailto: emails. 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: emails.
Definition at line 69 of file class.ilSystemSupportContacts.php.
References Vendor\Package\$e, and ilObjUser\_lookupEmail().
Referenced by ilSystemSupportContactsGUI\getFooterLink(), ilAccountRegistrationGUI\saveForm(), ilStartUpGUI\showTermsOfService(), and ilPersonalProfileGUI\showUserAgreement().
|
static |
Get valid support contacts.
Definition at line 55 of file class.ilSystemSupportContacts.php.
References 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, and ilObjUser\_lookupId().
Referenced by ilObjSystemFolderGUI\saveContactInformationObject().