Class actionbar - Display the action bar.  
 More...
|  | 
| int | $cmid | 
|  | $cmid The module id 
 | 
|  | 
| object | $context | 
|  | $context The context we are in 
 | 
|  | 
| object | $course | 
|  | $course The course we are in 
 | 
|  | 
| object | $feedback | 
|  | $feedback The activity record that is being viewed 
 | 
|  | 
| array | $urlparams | 
|  | $urlparams The default params to be used when creating urls 
 | 
|  | 
Class actionbar - Display the action bar. 
- Copyright
- 2021 Peter Dias 
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 
◆ __construct()
      
        
          | mod_feedback\output\edit_action_bar::__construct | ( | int | $cmid, | 
        
          |  |  | moodle_url | $pageurl, | 
        
          |  |  | ?int | $lastposition = null ) | 
      
 
edit_action_bar constructor. 
- Parameters
- 
  
    | int | $cmid | The course module id |  | moodle_url | $pageurl | The current page url |  | int | null | $lastposition | Index of the last question in the feedback |  
 
 
 
◆ export_for_template()
  
  | 
        
          | mod_feedback\output\base_action_bar::export_for_template | ( | renderer_base | $output | ) |  |  | inherited | 
 
Export the data so it can be used as the context for a mustache template. 
- Parameters
- 
  
  
- Return values
- 
  
  
Implements templatable.
 
 
◆ get_items()
      
        
          | mod_feedback\output\edit_action_bar::get_items | ( |  | ) |  | 
      
 
 
The documentation for this class was generated from the following file: