Privacy Subsystem implementation for mod_choice.
Copyright: | 2018 Jun Pataleta |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 283 lines (11 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
provider:: (8 methods):
get_metadata()
get_contexts_for_userid()
get_users_in_context()
export_user_data()
export_choice_data_for_user()
delete_data_for_all_users_in_context()
delete_data_for_user()
delete_data_for_users()
get_metadata(collection $items) X-Ref |
Return the fields which contain personal data. param: collection $items a reference to the collection to use to store the metadata. return: collection the updated collection of metadata items. |
get_contexts_for_userid(int $userid) X-Ref |
Get the list of contexts that contain user information for the specified user. param: int $userid the userid. return: contextlist the list of contexts containing user info for the user. |
get_users_in_context(userlist $userlist) X-Ref |
Get the list of users who have data within a context. param: userlist $userlist The userlist containing the list of users who have data in this context/plugin combination. |
export_user_data(approved_contextlist $contextlist) X-Ref |
Export personal data for the given approved_contextlist. User and context information is contained within the contextlist. param: approved_contextlist $contextlist a list of contexts approved for export. |
export_choice_data_for_user(array $choicedata, \context_module $context, \stdClass $user) X-Ref |
Export the supplied personal data for a single choice activity, along with any generic data or area files. param: array $choicedata the personal data to export for the choice. param: \context_module $context the context of the choice. param: \stdClass $user the user record |
delete_data_for_all_users_in_context(\context $context) X-Ref |
Delete all data for all users in the specified context. param: \context $context the context to delete in. |
delete_data_for_user(approved_contextlist $contextlist) X-Ref |
Delete all user data for the specified user, in the specified contexts. param: approved_contextlist $contextlist a list of contexts approved for deletion. |
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. |