This file contains the polyfill to allow a plugin to operate with Moodle 3.3 up.
Copyright: | 2018 Jake Dallimore <jrhdallimore@gmail.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 65 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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. |