ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning System support contacts
Definition at line 26 of file class.ilSystemSupportContacts.php.
|
static |
Get list.
Definition at line 33 of file class.ilSystemSupportContacts.php.
References $DIC, and $ilSetting.
Referenced by ilObjSystemFolderGUI\initContactInformationForm().
|
static |
Get mailto: emails.
Definition at line 83 of file class.ilSystemSupportContacts.php.
References Vendor\Package\$e, $id, and ilObjUser\_lookupEmail().
Referenced by ILIAS\LegalDocuments\ConsumerToolbox\Blocks\__construct(), ilSystemSupportContactsGUI\getFooterLink(), ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\SelfRegistration\saveLegacyForm(), and ILIAS\LegalDocuments\ConsumerToolbox\ConsumerSlots\Agreement\showDocument().
|
static |
Get valid support contacts.
Definition at line 69 of file class.ilSystemSupportContacts.php.
References ilObjUser\_lookupId().
Referenced by ilSystemSupportContactsGUI\getFooterLink(), and ilSystemSupportContactsGUI\showContacts().
|
static |
Set list.
string | $a_list | comma separated list of contacts |
Definition at line 47 of file class.ilSystemSupportContacts.php.
References $DIC, $ilSetting, and ilObjUser\_lookupId().
Referenced by ilObjSystemFolderGUI\saveContactInformationObject().