Privacy class for requesting user data.
Copyright: | 2018 Adrian Greeve <adrian@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 255 lines (11 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
provider:: (10 methods):
get_metadata()
get_contexts_for_userid()
get_users_in_context()
export_user_data()
delete_data_for_all_users_in_context()
delete_data_for_user()
delete_data_for_users()
delete_user_data()
export_monitor_rules()
export_monitor_subscriptions()
get_metadata(collection $collection) X-Ref |
Get information about the user data stored by this plugin. return: collection The metadata. param: collection $collection An object for storing metadata. |
get_contexts_for_userid(int $userid) X-Ref |
Return all contexts for this userid. In this situation the user context. return: contextlist The list of context IDs. param: int $userid The user ID. |
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 all event monitor information for the list of contexts and this user. param: approved_contextlist $contextlist The list of approved contexts for a 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 all user data for this user only. param: approved_contextlist $contextlist The list of approved contexts for a user. |
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. |
delete_user_data(int $userid) X-Ref |
This does the deletion of user data for the event monitor. param: int $userid The user ID |
export_monitor_rules(array $rules, \context_user $context) X-Ref |
This formats and then exports the monitor rules. param: array $rules The monitor rules. param: context_user $context The user context |
export_monitor_subscriptions(array $subscriptions, \context_user $context) X-Ref |
This formats and then exports the event monitor subscriptions. param: array $subscriptions Subscriptions param: \context_user $context The user context |