Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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: 68 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions


Functions that are not part of a class:

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.