|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct () | |
| get_setting () | |
| get_defaultsetting () | |
| write_setting ($data) | |
| output_html ($data, $query='') | |
Special class for plagiarism administration.
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Definition at line 6948 of file adminlib.php.
| __construct | ( | ) |
Calls parent::__construct with specific arguments
Definition at line 6952 of file adminlib.php.
Always returns true
Reimplemented from admin_setting.
Definition at line 6971 of file adminlib.php.
| get_setting | ( | ) |
Always returns true
Reimplemented from admin_setting.
Definition at line 6962 of file adminlib.php.
| output_html | ( | $ | data, |
| $ | query = '' |
||
| ) |
Return XHTML to display control
| mixed | $data | Unused |
| string | $query |
Reimplemented from admin_setting.
Definition at line 6992 of file adminlib.php.

| write_setting | ( | $ | data | ) |
Always returns '' and doesn't write anything
Reimplemented from admin_setting.
Definition at line 6980 of file adminlib.php.