- Copyright
- 2023 The Open University
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
mod_quiz\output\edit_grading_page::__construct |
( |
protected structure readonly structure | $structure | ) |
|
Constructor.
- Parameters
-
- Parameters
-
$structure | structure of the quiz for which to display the grade edit page. |
◆ export_for_template()
mod_quiz\output\edit_grading_page::export_for_template |
( |
renderer_base | $output | ) |
|
Function to export the renderer data in a format that is suitable for a mustache template.
This means:
- No complex types - only stdClass, array, int, string, float, bool
- Any additional info that is required for the template is pre-calculated (e.g. capability checks).
- Parameters
-
renderer_base | $output | Used to do a final render of any components that need to be rendered for export. |
- Return values
-
Implements templatable.
The documentation for this class was generated from the following file:
- mod/quiz/classes/output/edit_grading_page.php