ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Class ilAwarenessUserProviderApprovedContacts. More...
Public Member Functions | |
__construct (Container $DIC) | |
getProviderId () | |
@inheritDoc More... | |
getTitle () | |
@inheritDoc More... | |
getInfo () | |
@inheritDoc More... | |
getInitialUserSet (?array $user_ids=null) | |
Get initial set of users. More... | |
isHighlighted () | |
Is highlighted. More... | |
getProviderId () | |
getTitle () | |
Provider title (used in awareness overlay and in administration settings) More... | |
getInfo () | |
Provider info (used in administration settings) More... | |
getInitialUserSet (?array $user_ids=null) | |
Get initial set of users. More... | |
isHighlighted () | |
Is highlighted. More... | |
Protected Attributes | |
ilLanguage | $lng |
ilObjUser | $user |
Class ilAwarenessUserProviderApprovedContacts.
Definition at line 29 of file class.ilAwarenessUserProviderApprovedContacts.php.
ilAwarenessUserProviderApprovedContacts::__construct | ( | Container | $DIC | ) |
Definition at line 34 of file class.ilAwarenessUserProviderApprovedContacts.php.
References ILIAS\DI\Container\language(), ILIAS\Repository\lng(), ILIAS\DI\Container\user(), and ILIAS\Repository\user().
ilAwarenessUserProviderApprovedContacts::getInfo | ( | ) |
@inheritDoc
Implements ILIAS\Awareness\User\Provider.
Definition at line 60 of file class.ilAwarenessUserProviderApprovedContacts.php.
References ILIAS\Repository\lng().
ilAwarenessUserProviderApprovedContacts::getInitialUserSet | ( | ?array | $user_ids = null | ) |
Get initial set of users.
?int[] | $user_ids |
Implements ILIAS\Awareness\User\Provider.
Definition at line 71 of file class.ilAwarenessUserProviderApprovedContacts.php.
References ilBuddySystem\getInstance(), ilBuddyList\getInstanceByGlobalUser(), and ILIAS\Repository\user().
ilAwarenessUserProviderApprovedContacts::getProviderId | ( | ) |
@inheritDoc
Implements ILIAS\Awareness\User\Provider.
Definition at line 43 of file class.ilAwarenessUserProviderApprovedContacts.php.
ilAwarenessUserProviderApprovedContacts::getTitle | ( | ) |
@inheritDoc
Implements ILIAS\Awareness\User\Provider.
Definition at line 51 of file class.ilAwarenessUserProviderApprovedContacts.php.
References ILIAS\Repository\lng().
ilAwarenessUserProviderApprovedContacts::isHighlighted | ( | ) |
Is highlighted.
Implements ILIAS\Awareness\User\Provider.
Definition at line 84 of file class.ilAwarenessUserProviderApprovedContacts.php.
|
protected |
Definition at line 31 of file class.ilAwarenessUserProviderApprovedContacts.php.
|
protected |
Definition at line 32 of file class.ilAwarenessUserProviderApprovedContacts.php.