Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
|
Class containing data for admin_presets tool. More...
Public Member Functions | |
__construct (array $presets, bool $showactions=false) | |
Construct this renderable. | |
export_for_template (renderer_base $output) | |
Export the data. | |
Class containing data for admin_presets tool.
tool_admin_presets\output\presets_list::__construct | ( | array | $presets, |
bool | $showactions = false ) |
Construct this renderable.
stdClass[] | $presets | Array of existing admin presets. |
bool | $showactions | Whether actions should be displayed or not. |
tool_admin_presets\output\presets_list::export_for_template | ( | renderer_base | $output | ) |