|
ILIAS
release_8 Revision v8.24
|
All system contacts listed. More...
Inheritance diagram for ILIAS\Awareness\User\ProviderSystemContacts:
Collaboration diagram for ILIAS\Awareness\User\ProviderSystemContacts: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... | |
| 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 $DIC, ILIAS\DI\Container\language(), and ILIAS\Repository\lng().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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.