Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
plagiarism_plugin Class Reference

Plagiarism base class used by plugins. More...

Public Member Functions

 get_links ($linkarray)
 hook to allow plagiarism specific information to be displayed beside a submission
 
 print_disclosure ($cmid)
 hook to allow a disclosure to be printed notifying users what will happen with their submission
 

Detailed Description

Plagiarism base class used by plugins.

Since
Moodle 2.0
License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ get_links()

plagiarism_plugin::get_links ( $linkarray)

hook to allow plagiarism specific information to be displayed beside a submission

Parameters
array$linkarraycontainsall relevant information for the plugin to generate a link
Return values
string

◆ print_disclosure()

plagiarism_plugin::print_disclosure ( $cmid)

hook to allow a disclosure to be printed notifying users what will happen with their submission

Parameters
int$cmid- course module id
Return values
string

The documentation for this class was generated from the following file: