ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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().
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.