The chooser_section renderable class.  
 More...
|  | 
| string | $id | 
|  | $id An identifier for the section. 
 | 
|  | 
| chooser_item[] | $items | 
|  | $items The items in this section. 
 | 
|  | 
| lang_string | $label | 
|  | $label The label of the section. 
 | 
|  | 
The chooser_section renderable class. 
- Copyright
- 2016 Frédéric Massart - FMCorz.net 
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 
◆ __construct()
      
        
          | core\output\chooser_section::__construct | ( |  | $id, | 
        
          |  |  | lang_string | $label, | 
        
          |  |  | array | $items ) | 
      
 
Constructor. 
- Parameters
- 
  
    | string | $id | An identifier for the section. |  | lang_string | $label | The label of the section. |  | chooser_item[] | $items | The items in this section. |  
 
 
 
◆ export_for_template()
      
        
          | core\output\chooser_section::export_for_template | ( | renderer_base | $output | ) |  | 
      
 
Export for template. 
- Parameters
- 
  
  
- Return values
- 
  
  
Implements templatable.
 
 
The documentation for this class was generated from the following file:
- lib/classes/output/chooser_section.php