|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilAwarenessUserProviderApprovedContacts. More...
Inheritance diagram for ilAwarenessUserProviderApprovedContacts:
Collaboration diagram for ilAwarenessUserProviderApprovedContacts:Public Member Functions | |
| __construct () | |
| ilAwarenessUserProviderApprovedContacts constructor. More... | |
| getProviderId () | |
| @inheritDoc More... | |
| getTitle () | |
| @inheritDoc More... | |
| getInfo () | |
| @inheritDoc More... | |
| getInitialUserSet () | |
| @inheritDoc 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... | |
Class ilAwarenessUserProviderApprovedContacts.
Definition at line 9 of file class.ilAwarenessUserProviderApprovedContacts.php.
| ilAwarenessUserProviderApprovedContacts::__construct | ( | ) |
ilAwarenessUserProviderApprovedContacts constructor.
Reimplemented from ilAwarenessUserProvider.
Definition at line 17 of file class.ilAwarenessUserProviderApprovedContacts.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and user().
Here is the call graph for this function:| ilAwarenessUserProviderApprovedContacts::getInfo | ( | ) |
@inheritDoc
Reimplemented from ilAwarenessUserProvider.
Definition at line 46 of file class.ilAwarenessUserProviderApprovedContacts.php.
| ilAwarenessUserProviderApprovedContacts::getInitialUserSet | ( | ) |
@inheritDoc
Reimplemented from ilAwarenessUserProvider.
Definition at line 55 of file class.ilAwarenessUserProviderApprovedContacts.php.
References ilBuddySystem\getInstance(), ilBuddyList\getInstanceByGlobalUser(), and user().
Here is the call graph for this function:| ilAwarenessUserProviderApprovedContacts::getProviderId | ( | ) |
@inheritDoc
Reimplemented from ilAwarenessUserProvider.
Definition at line 29 of file class.ilAwarenessUserProviderApprovedContacts.php.
| ilAwarenessUserProviderApprovedContacts::getTitle | ( | ) |
@inheritDoc
Reimplemented from ilAwarenessUserProvider.
Definition at line 37 of file class.ilAwarenessUserProviderApprovedContacts.php.
|
protected |
Definition at line 12 of file class.ilAwarenessUserProviderApprovedContacts.php.