| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Used to output the attempt history chooser for a particular assignment. More...
| Public Member Functions | |
| __construct ($submissions, $grades, $coursemoduleid, $userid) | |
| Constructor. | |
| export_for_template (renderer_base $output) | |
| Function to export the renderer data in a format that is suitable for a mustache template. | |
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.