Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Namespaces | |
namespace | assignfeedback_comments\privacy |
| |
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 | |
$plugin = 2024041600 | |
$setting | |
const | ASSIGNFEEDBACK_COMMENTS_COMPONENT 'assignfeedback_comments' |
const | ASSIGNFEEDBACK_COMMENTS_FILEAREA 'feedback' |
$plugin | component = 'assignfeedback_comments' |
$plugin | version = 2024042200 |
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 |
$setting |