Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Namespaces | |
namespace | assignfeedback_file\privacy |
| |
Classes | |
class | assign_feedback_file |
Library class for file feedback plugin extending feedback plugin base class. More... | |
class | assignfeedback_file\privacy\provider |
Privacy class for requesting user data. More... | |
class | assignfeedback_file_batch_upload_files_form |
Assignment grading options form. More... | |
class | assignfeedback_file_import_summary |
A renderable summary of the zip import. More... | |
class | assignfeedback_file_import_zip_form |
Import zip form. More... | |
class | assignfeedback_file_renderer |
A custom renderer class that extends the plugin_renderer_base and is used by the assign module. More... | |
class | assignfeedback_file_upload_zip_form |
Upload feedback zip. More... | |
class | assignfeedback_file_zip_importer |
library class for importing feedback files from a zip More... | |
class | backup_assignfeedback_file_subplugin |
Provides the information to backup feedback files. More... | |
class | restore_assignfeedback_file_subplugin |
Restore subplugin class. More... | |
Functions | |
assignfeedback_file_pluginfile ($course, $cm, context $context, $filearea, $args, $forcedownload, array $options=array()) | |
Serves assignment feedback and other files. | |
xmldb_assignfeedback_file_install () | |
Code run after the assignfeedback_file module database tables have been created. | |
xmldb_assignfeedback_file_upgrade ($oldversion) | |
Stub for upgrade code. | |
assignfeedback_file_pluginfile | ( | $course, | |
$cm, | |||
context | $context, | ||
$filearea, | |||
$args, | |||
$forcedownload, | |||
array | $options = array() ) |
Serves assignment feedback and other files.
mixed | $course | course or id of the course |
mixed | $cm | course module or id of the course module |
context | $context | |
string | $filearea | |
array | $args | |
bool | $forcedownload | |
array | $options | - List of options affecting file serving. |
bool | false if file not found, does not return if found - just send the file |
xmldb_assignfeedback_file_install | ( | ) |
Code run after the assignfeedback_file module database tables have been created.
Moves the feedback file plugin down
bool |
xmldb_assignfeedback_file_upgrade | ( | $oldversion | ) |
Stub for upgrade code.
int | $oldversion |
bool |