Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
|
Public Member Functions | |
__construct (array $tabs=[]) | |
tabs constructor. | |
add_tab (base $tab) | |
Add a tab. | |
export_for_template (renderer_base $output) | |
Implementation of exporter from templatable interface. | |
Protected Attributes | |
base[] | $tabs = [] |
core\output\dynamic_tabs::__construct | ( | array | $tabs = [] | ) |
tabs constructor.
base[] | $tabs | array of tab |
core\output\dynamic_tabs::add_tab | ( | base | $tab | ) |
Add a tab.
base | $tab |
core\output\dynamic_tabs::export_for_template | ( | renderer_base | $output | ) |
Implementation of exporter from templatable interface.
renderer_base | $output |
array |
Implements templatable.