ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct () | |
ilAwarenessUserProviderApprovedContacts constructor. More... | |
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... | |
Protected Attributes | |
$user | |
Protected Attributes inherited from ilAwarenessUserProvider | |
$user_id | |
$ref_id | |
$lng | |
$db | |
$online_user_filter = false | |
$log | |
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... | |
Definition at line 11 of file class.ilAwarenessUserProviderApprovedContacts.php.
ilAwarenessUserProviderApprovedContacts::__construct | ( | ) |
ilAwarenessUserProviderApprovedContacts constructor.
Definition at line 21 of file class.ilAwarenessUserProviderApprovedContacts.php.
ilAwarenessUserProviderApprovedContacts::getInfo | ( | ) |
Provider info (used in administration settings)
Definition at line 53 of file class.ilAwarenessUserProviderApprovedContacts.php.
ilAwarenessUserProviderApprovedContacts::getInitialUserSet | ( | ) |
Get initial set of users.
Definition at line 63 of file class.ilAwarenessUserProviderApprovedContacts.php.
References ilBuddySystem\getInstance(), ilBuddyList\getInstanceByGlobalUser(), and user().
ilAwarenessUserProviderApprovedContacts::getProviderId | ( | ) |
Get provider id.
Definition at line 34 of file class.ilAwarenessUserProviderApprovedContacts.php.
ilAwarenessUserProviderApprovedContacts::getTitle | ( | ) |
Provider title (used in awareness overlay and in administration settings)
Definition at line 43 of file class.ilAwarenessUserProviderApprovedContacts.php.
|
protected |
Definition at line 16 of file class.ilAwarenessUserProviderApprovedContacts.php.