ILIAS
release_8 Revision v8.23
|
All system contacts listed. More...
Public Member Functions | |
__construct (Container $DIC) | |
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 | |
ilDBInterface | $db |
ilLanguage | $lng |
All system contacts listed.
Definition at line 27 of file class.ProviderSystemContacts.php.
ILIAS\Awareness\User\ProviderSystemContacts::__construct | ( | Container | $DIC | ) |
Definition at line 32 of file class.ProviderSystemContacts.php.
References ILIAS\DI\Container\database(), ILIAS\DI\Container\language(), and ILIAS\Repository\lng().
ILIAS\Awareness\User\ProviderSystemContacts::getInfo | ( | ) |
Provider info (used in administration settings)
Implements ILIAS\Awareness\User\Provider.
Definition at line 57 of file class.ProviderSystemContacts.php.
References ILIAS\Repository\lng().
ILIAS\Awareness\User\ProviderSystemContacts::getInitialUserSet | ( | ?array | $user_ids = null | ) |
Get initial set of users.
?int[] | $user_ids |
Implements ILIAS\Awareness\User\Provider.
Definition at line 68 of file class.ProviderSystemContacts.php.
ILIAS\Awareness\User\ProviderSystemContacts::getProviderId | ( | ) |
Implements ILIAS\Awareness\User\Provider.
Definition at line 38 of file class.ProviderSystemContacts.php.
ILIAS\Awareness\User\ProviderSystemContacts::getTitle | ( | ) |
Provider title (used in awareness overlay and in administration settings)
Implements ILIAS\Awareness\User\Provider.
Definition at line 47 of file class.ProviderSystemContacts.php.
References ILIAS\Repository\lng().
ILIAS\Awareness\User\ProviderSystemContacts::isHighlighted | ( | ) |
Is highlighted.
Implements ILIAS\Awareness\User\Provider.
Definition at line 73 of file class.ProviderSystemContacts.php.
|
protected |
Definition at line 29 of file class.ProviderSystemContacts.php.
|
protected |
Definition at line 30 of file class.ProviderSystemContacts.php.