Privacy class for requesting user data.
Copyright: | 2018 Andrew Nicols <andrew@nicols.co.uk> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 63 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
plagiarism_provider:: (3 methods):
export_plagiarism_user_data()
delete_plagiarism_for_context()
delete_plagiarism_for_user()
Interface: plagiarism_provider - X-Ref
Provider for the plagiarism API.export_plagiarism_user_data(int $userid, \context $context, array $subcontext, array $linkarray) X-Ref |
Export all plagiarism data from each plagiarism plugin for the specified userid and context. param: int $userid The user to export. param: \context $context The context to export. param: array $subcontext The subcontext within the context to export this information to. param: array $linkarray The weird and wonderful link array used to display information for a specific item |
delete_plagiarism_for_context(\context $context) X-Ref |
Delete all user information for the provided context. param: \context $context The context to delete user data for. |
delete_plagiarism_for_user(int $userid, \context $context) X-Ref |
Delete all user information for the provided user and context. param: int $userid The user to delete param: \context $context The context to refine the deletion. |