| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Class responses_action_bar. More...
| Public Member Functions | |
| __construct (int $cmid, moodle_url $pageurl) | |
| responses_action_bar constructor. | |
| export_for_template (renderer_base $output) | |
| Export the data so it can be used as the context for a mustache template. | |
| get_items () | |
| Return the items to be used in the tertiary nav. | |
Class responses_action_bar.
The tertiary nav for the responses page
| mod_feedback\output\responses_action_bar::__construct | ( | int | $cmid, | 
| moodle_url | $pageurl ) | 
responses_action_bar constructor.
| int | $cmid | The cmid for the module we are operating on | 
| moodle_url | $pageurl | The current page url | 
| 
 | inherited | 
Export the data so it can be used as the context for a mustache template.
| renderer_base | $output | 
| array | 
Implements templatable.
| mod_feedback\output\responses_action_bar::get_items | ( | ) | 
Return the items to be used in the tertiary nav.
| array | 
Reimplemented from mod_feedback\output\base_action_bar.