Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
|
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.