|
ILIAS
release_8 Revision v8.24
|
All course contacts listed. More...
Inheritance diagram for ILIAS\Awareness\User\ProviderCourseContacts:
Collaboration diagram for ILIAS\Awareness\User\ProviderCourseContacts:Public Member Functions | |
| __construct (Container $DIC) | |
| 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 (?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 | |
| ilObjUser | $user |
| ilLanguage | $lng |
| ilDBInterface | $db |
All course contacts listed.
Definition at line 27 of file class.ProviderCourseContacts.php.
| ILIAS\Awareness\User\ProviderCourseContacts::__construct | ( | Container | $DIC | ) |
Definition at line 33 of file class.ProviderCourseContacts.php.
References $DIC, ILIAS\DI\Container\language(), ILIAS\Repository\lng(), ILIAS\Repository\user(), and ILIAS\DI\Container\user().
Here is the call graph for this function:| ILIAS\Awareness\User\ProviderCourseContacts::getInfo | ( | ) |
Provider info (used in administration settings)
Implements ILIAS\Awareness\User\Provider.
Definition at line 63 of file class.ProviderCourseContacts.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Awareness\User\ProviderCourseContacts::getInitialUserSet | ( | ?array | $user_ids = null | ) |
Get initial set of users.
| ?int[] | $user_ids |
Implements ILIAS\Awareness\User\Provider.
Definition at line 74 of file class.ProviderCourseContacts.php.
References $c, ilParticipants\_getAllSupportContactsOfUser(), ILIAS\Repository\int(), and ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\Awareness\User\ProviderCourseContacts::getProviderId | ( | ) |
Get provider id.
Implements ILIAS\Awareness\User\Provider.
Definition at line 44 of file class.ProviderCourseContacts.php.
| ILIAS\Awareness\User\ProviderCourseContacts::getTitle | ( | ) |
Provider title (used in awareness overlay and in administration settings)
Implements ILIAS\Awareness\User\Provider.
Definition at line 53 of file class.ProviderCourseContacts.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Awareness\User\ProviderCourseContacts::isHighlighted | ( | ) |
Is highlighted.
Implements ILIAS\Awareness\User\Provider.
Definition at line 84 of file class.ProviderCourseContacts.php.
|
protected |
Definition at line 31 of file class.ProviderCourseContacts.php.
|
protected |
Definition at line 30 of file class.ProviderCourseContacts.php.
|
protected |
Definition at line 29 of file class.ProviderCourseContacts.php.