ILIAS  release_7 Revision v7.30-3-g800a261c036
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 public function getProviderId()
22 {
23 return "adm_contacts";
24 }
25
31 public function getTitle()
32 {
33 $this->lng->loadLanguageModule("adm");
34 return $this->lng->txt("adm_support_contacts");
35 }
36
42 public function getInfo()
43 {
44 $this->lng->loadLanguageModule("adm");
45 return $this->lng->txt("adm_awrn_support_contacts_info");
46 }
47
53 public function getInitialUserSet()
54 {
55 include_once("./Modules/SystemFolder/classes/class.ilSystemSupportContacts.php");
57 }
58}
An exception for terminatinating execution or to throw for unit testing.
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.