Differences Between: [Versions 310 and 403] [Versions 311 and 403] [Versions 39 and 403]
(no description)
File Size: | 184 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
provider:: (8 methods):
get_contexts_for_userid()
export_user_data()
delete_data_for_all_users_in_context()
delete_data_for_user()
get_users_in_context()
delete_data_for_users()
get_metadata()
delete_user_data()
get_contexts_for_userid(int $userid) X-Ref |
Get all contexts contain user information for the given user. param: int $userid the id of the user. return: contextlist the list of contexts containing user information. |
export_user_data(approved_contextlist $contextlist) X-Ref |
Export all user data for the user in the identified contexts. param: approved_contextlist $contextlist the list of approved contexts for the user. |
delete_data_for_all_users_in_context(\context $context) X-Ref |
Delete all user data for this context. param: \context $context The context to delete data for. |
delete_data_for_user(approved_contextlist $contextlist) X-Ref |
Delete user data in the list of given contexts. param: approved_contextlist $contextlist the list of contexts. |
get_users_in_context(userlist $userlist) X-Ref |
Get the list of users within a specific context. param: userlist $userlist The userlist containing the list of users who have data in this context/plugin combination. |
delete_data_for_users(approved_userlist $userlist) X-Ref |
Delete multiple users within a single context. param: approved_userlist $userlist The approved context and user information to delete information for. |
get_metadata(collection $collection) X-Ref |
Description of the metadata stored for users in auth_lti. param: collection $collection a collection to add to. return: collection the collection, with relevant metadata descriptions for auth_lti added. |
delete_user_data(int $userid) X-Ref |
Delete user data for the user. param: int $userid The id of the user. |