| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
| Directories | |
| directory | backup | 
|  | |
| directory | classes | 
|  | |
| Namespaces | |
| namespace | assignfeedback_comments\privacy | 
| Privacy class for requesting user data. | |
| Classes | |
| class | assign_feedback_comments | 
| Library class for comment feedback plugin extending feedback plugin base class.  More... | |
| class | assignfeedback_comments\privacy\provider | 
| Privacy class for requesting user data.  More... | |
| class | backup_assignfeedback_comments_subplugin | 
| Provides the information to backup comments feedback.  More... | |
| class | restore_assignfeedback_comments_subplugin | 
| Restore subplugin class.  More... | |
| Functions | |
| assignfeedback_comments_pluginfile ( $course, $cm, context $context, $filearea, $args, $forcedownload, array $options=[]) | |
| Serves assignment comment feedback files. | |
| xmldb_assignfeedback_comments_install () | |
| Set the initial order for the feedback comments plugin (top) | |
| xmldb_assignfeedback_comments_upgrade ($oldversion) | |
| Stub for upgrade code. | |
| Variables | |
| $capabilities | |
| Capability definitions for this module. | |
| $plugin = 2023100400 | |
| $setting | |
| const | ASSIGNFEEDBACK_COMMENTS_COMPONENT 'assignfeedback_comments' | 
| const | ASSIGNFEEDBACK_COMMENTS_FILEAREA 'feedback' | 
| $plugin | component = 'assignfeedback_comments' | 
| $plugin | version = 2023100900 | 
| assignfeedback_comments_pluginfile | ( | $course, | |
| $cm, | |||
| context | $context, | ||
| $filearea, | |||
| $args, | |||
| $forcedownload, | |||
| array | $options = [] ) | 
Serves assignment comment feedback 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_comments_install | ( | ) | 
Set the initial order for the feedback comments plugin (top)
| bool | 
| xmldb_assignfeedback_comments_upgrade | ( | $oldversion | ) | 
Stub for upgrade code.
| int | $oldversion | 
| bool | 
| $capabilities | 
Capability definitions for this module.
| $setting |