Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
Public Member Functions | |
export_for_template (\renderer_base $output) | |
Export the data for the mustache template. | |
get_template () | |
Returns the template for the action bar. | |
Protected Attributes | |
context | $context |
$context The context object. | |
core_grades\output\scales_action_bar::export_for_template | ( | \renderer_base | $output | ) |
Export the data for the mustache template.
renderer_base | $output | renderer to be used to render the action bar elements. |
array |
core_grades\output\scales_action_bar::get_template | ( | ) |
Returns the template for the action bar.
string |
Reimplemented from core_grades\output\action_bar.