Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
|
Public Member Functions | |
__construct (moodle_url $currenturl) | |
qbank_actionbar constructor. | |
export_for_template (renderer_base $output) | |
Provides the data for the template. | |
core_question\output\qbank_action_menu::__construct | ( | moodle_url | $currenturl | ) |
qbank_actionbar constructor.
moodle_url | $currenturl | The current URL. |
core_question\output\qbank_action_menu::export_for_template | ( | renderer_base | $output | ) |
Provides the data for the template.
renderer_base | $output | renderer_base object. |
array | data for the template |
Implements templatable.