| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Output the rendered elements for the tertiary nav page action. More...
| Public Member Functions | |
| __construct (int $id, string $action, moodle_url $currenturl) | |
| actionbar constructor. | |
| export_for_template (renderer_base $output) | |
| Data for the template. | |
Output the rendered elements for the tertiary nav page action.
| mod_survey\output\actionbar::__construct | ( | int | $id, | 
| string | $action, | ||
| moodle_url | $currenturl ) | 
actionbar constructor.
| int | $id | The course module id. | 
| string | $action | The action string. | 
| moodle_url | $currenturl | The current URL. | 
| mod_survey\output\actionbar::export_for_template | ( | renderer_base | $output | ) | 
Data for the template.
| renderer_base | $output | renderer_base object. | 
| array | data for the template | 
Implements templatable.