Privacy class for requesting user data.
Copyright: | 2018 Jake Dallimore <jrhdallimore@gmail.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 80 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
provider:: (4 methods):
get_metadata()
export_portfolio_user_data()
delete_portfolio_for_context()
delete_portfolio_for_user()
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. |
export_portfolio_user_data(int $userid, \context $context, array $subcontext, array $linkarray) X-Ref |
Export all portfolio data from each portfolio 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_portfolio_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_portfolio_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. |