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: | 170 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
provider:: (4 methods):
get_metadata()
get_user_contexts_with_script()
export_userkeys()
delete_userkeys()
get_metadata(collection $collection) X-Ref |
Returns meta data about this system. param: collection $collection The initialised collection to add items to. return: collection A listing of user data stored through this system. |
get_user_contexts_with_script(userlist $userlist, \context $context, string $script,int $instance = null) X-Ref |
Get the list of users within a specific context for this system. param: userlist $userlist The userlist containing the list of users who have data in this context/plugin combination. param: context $context The context. param: string $script The unique target identifier. param: int $instance The instance ID. |
export_userkeys(\context $context, array $subcontext, string $script, $instance = null) X-Ref |
Exports the data relating to user keys for the specified scripts and instance, within the specified context/subcontext. param: \context $context Context owner of the data. param: array $subcontext Context owner of the data. param: string $script The owner of the data (usually a component name). param: int $instance The instance owner of the data. |
delete_userkeys(string $script, $userid = null, $instance = null) X-Ref |
Deletes all userkeys for a script. param: string $script The owner of the data (usually a component name). param: int $userid The owner of the data. param: int $instance The instance owner of the data. |