|
Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Used to output the attempt history chooser for a particular assignment. More...
Public Member Functions | |
| __construct ($submissions, $grades, $coursemoduleid, $userid) | |
| Constructor. More... | |
| export_for_template (renderer_base $output) | |
| Function to export the renderer data in a format that is suitable for a mustache template. More... | |
Used to output the attempt history chooser for a particular assignment.
| assign_attempt_history_chooser::__construct | ( | $submissions, | |
| $grades, | |||
| $coursemoduleid, | |||
| $userid | |||
| ) |
Constructor.
| array | $submissions | |
| array | $grades | |
| int | $coursemoduleid | |
| int | $userid |
| assign_attempt_history_chooser::export_for_template | ( | renderer_base | $output | ) |
Function to export the renderer data in a format that is suitable for a mustache template.
| renderer_base | $output | Used to do a final render of any components that need to be rendered for export. |
| stdClass|array |
Implements templatable.