| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Render HTML elements for tertiary nav for scorm. More...
| Public Member Functions | |
| __construct (int $id, bool $download=false, int $attemptsmode=0) | |
| actionbar constructor. | |
| export_for_template (renderer_base $output) | |
| Provide data for the template. | |
Render HTML elements for tertiary nav for scorm.
| mod_scorm\output\actionbar::__construct | ( | int | $id, | 
| bool | $download = false, | ||
| int | $attemptsmode = 0 ) | 
actionbar constructor.
| int | $id | The course module id. | 
| bool | $download | Show download button or not. | 
| int | $attemptsmode | attempts mode for scorm. | 
| mod_scorm\output\actionbar::export_for_template | ( | renderer_base | $output | ) | 
Provide data for the template.
| renderer_base | $output | renderer_base object. | 
| array | data for the template | 
Implements templatable.