ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
class.ilAwarenessUserProviderSystemContacts.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2014 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5include_once("./Services/Awareness/classes/class.ilAwarenessUserProvider.php");
6
15{
21 function getProviderId()
22 {
23 return "adm_contacts";
24 }
25
31 function getTitle()
32 {
33 $this->lng->loadLanguageModule("adm");
34 return $this->lng->txt("adm_support_contacts");
35 }
36
42 function getInfo()
43 {
44 $this->lng->loadLanguageModule("adm");
45 return $this->lng->txt("adm_awrn_support_contacts_info");
46 }
47
54 {
55 include_once("./Modules/SystemFolder/classes/class.ilSystemSupportContacts.php");
57 }
58}
59?>
getInfo()
Provider info (used in administration settings)
getTitle()
Provider title (used in awareness overlay and in administration settings)
A class that provides a collection of users for the awareness tool.
static getValidSupportContactIds()
Get valid support contacts.