|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ceLTIc\LTI\User\Provider:
Collaboration diagram for ceLTIc\LTI\User\Provider:Public Member Functions | |
| 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... | |
User provider.
Definition at line 25 of file interface.Provider.php.
| ceLTIc\LTI\User\Provider::getInfo | ( | ) |
Provider info (used in administration settings)
Implemented in ceLTIc\LTI\User\ProviderCurrentCourse, ceLTIc\LTI\User\ProviderCourseContacts, ceLTIc\LTI\User\ProviderMemberships, ilAwarenessUserProviderApprovedContacts, ilAwarenessUserProviderContactRequests, ceLTIc\LTI\User\ProviderAllUsers, and ceLTIc\LTI\User\ProviderSystemContacts.
| ceLTIc\LTI\User\Provider::getInitialUserSet | ( | ?array | $user_ids = null | ) |
Get initial set of users.
| ?int[] | $user_ids if not null, only a subset of these IDs should be retrieved |
Implemented in ceLTIc\LTI\User\ProviderCurrentCourse, ceLTIc\LTI\User\ProviderCourseContacts, ceLTIc\LTI\User\ProviderMemberships, ilAwarenessUserProviderApprovedContacts, ilAwarenessUserProviderContactRequests, ceLTIc\LTI\User\ProviderAllUsers, and ceLTIc\LTI\User\ProviderSystemContacts.
Referenced by ceLTIc\LTI\User\Collector\collectUsersFromProvider().
Here is the caller graph for this function:| ceLTIc\LTI\User\Provider::getProviderId | ( | ) |
| ceLTIc\LTI\User\Provider::getTitle | ( | ) |
Provider title (used in awareness overlay and in administration settings)
Implemented in ceLTIc\LTI\User\ProviderCurrentCourse, ceLTIc\LTI\User\ProviderCourseContacts, ceLTIc\LTI\User\ProviderMemberships, ilAwarenessUserProviderApprovedContacts, ilAwarenessUserProviderContactRequests, ceLTIc\LTI\User\ProviderAllUsers, and ceLTIc\LTI\User\ProviderSystemContacts.
| ceLTIc\LTI\User\Provider::isHighlighted | ( | ) |
Is highlighted.
Implemented in ceLTIc\LTI\User\ProviderCurrentCourse, ceLTIc\LTI\User\ProviderMemberships, ilAwarenessUserProviderContactRequests, ceLTIc\LTI\User\ProviderAllUsers, ceLTIc\LTI\User\ProviderCourseContacts, ilAwarenessUserProviderApprovedContacts, and ceLTIc\LTI\User\ProviderSystemContacts.