ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilAwarenessUserProviderSystemContacts Class Reference

All system contacts listed. More...

+ Inheritance diagram for ilAwarenessUserProviderSystemContacts:
+ Collaboration diagram for ilAwarenessUserProviderSystemContacts:

Public Member Functions

 getProviderId ()
 Get provider id. More...
 
 getTitle ()
 Provider title (used in awareness overlay and in administration settings) More...
 
 getInfo ()
 Provider info (used in administration settings) More...
 
 getInitialUserSet ()
 Get initial set of users. More...
 
- Public Member Functions inherited from ilAwarenessUserProvider
 __construct ()
 Constructor. More...
 
 setActivationMode ($a_val)
 Activate provider. More...
 
 getActivationMode ()
 Get Activate provider. More...
 
 setUserId ($a_val)
 Set user id. More...
 
 getUserId ()
 Get user id. More...
 
 setRefId ($a_val)
 Set ref id. More...
 
 getRefId ()
 Get ref id. More...
 
 setOnlineUserFilter ($a_val)
 Set online user filter. More...
 
 getOnlineUserFilter ()
 Get online user filter. More...
 
 getProviderId ()
 This should return a unique id for the provider The ID should start with the service/module id, separated by "_" and a second part that is unique within the module/service, e.g. More...
 
 getTitle ()
 Provider title (used in awareness overlay and in administration settings) More...
 
 getInfo ()
 Provider info (used in administration settings) More...
 
 getInitialUserSet ()
 Get initial set of users. More...
 
 collectUsers ()
 Collect all users. More...
 
 isHighlighted ()
 Is highlighted. More...
 

Additional Inherited Members

- Data Fields inherited from ilAwarenessUserProvider
const MODE_INACTIVE = 0
 
const MODE_ONLINE_ONLY = 1
 
const MODE_INCL_OFFLINE = 2
 
- Protected Member Functions inherited from ilAwarenessUserProvider
 addUserToCollection ($a_user_id, ilAwarenessUserCollection $a_collection)
 Add user to collection. More...
 
- Protected Attributes inherited from ilAwarenessUserProvider
 $user_id
 
 $ref_id
 
 $lng
 
 $db
 
 $online_user_filter = false
 
 $log
 

Detailed Description

All system contacts listed.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 14 of file class.ilAwarenessUserProviderSystemContacts.php.

Member Function Documentation

◆ getInfo()

ilAwarenessUserProviderSystemContacts::getInfo ( )

Provider info (used in administration settings)

Returns
string provider info text

Definition at line 42 of file class.ilAwarenessUserProviderSystemContacts.php.

43  {
44  $this->lng->loadLanguageModule("adm");
45  return $this->lng->txt("adm_awrn_support_contacts_info");
46  }

◆ getInitialUserSet()

ilAwarenessUserProviderSystemContacts::getInitialUserSet ( )

Get initial set of users.

Returns
array array of user IDs

Definition at line 53 of file class.ilAwarenessUserProviderSystemContacts.php.

References ilSystemSupportContacts\getValidSupportContactIds().

54  {
55  include_once("./Modules/SystemFolder/classes/class.ilSystemSupportContacts.php");
57  }
static getValidSupportContactIds()
Get valid support contacts.
+ Here is the call graph for this function:

◆ getProviderId()

ilAwarenessUserProviderSystemContacts::getProviderId ( )

Get provider id.

Returns
string provider id

Definition at line 21 of file class.ilAwarenessUserProviderSystemContacts.php.

22  {
23  return "adm_contacts";
24  }

◆ getTitle()

ilAwarenessUserProviderSystemContacts::getTitle ( )

Provider title (used in awareness overlay and in administration settings)

Returns
string provider title

Definition at line 31 of file class.ilAwarenessUserProviderSystemContacts.php.

32  {
33  $this->lng->loadLanguageModule("adm");
34  return $this->lng->txt("adm_support_contacts");
35  }

The documentation for this class was generated from the following file: