| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
The chooser_item renderable class. More...
| Public Member Functions | |
| __construct ($id, $label, $value, pix_icon $icon, $description=null, context $context=null) | |
| Constructor. | |
| export_for_template (renderer_base $output) | |
| Export for template. | |
| Public Attributes | |
| context | $context | 
| The relevant context. | |
| string | $description | 
| The item description. | |
| pix_icon | $icon | 
| The icon for this item. | |
| string | $id | 
| An identifier for the item. | |
| string | $label | 
| The label of this item. | |
| string | $value | 
| The value this item represents. | |
The chooser_item renderable class.
| core\output\chooser_item::export_for_template | ( | renderer_base | $output | ) | 
Export for template.
| renderer_base | The renderer. | 
| stdClass | 
Implements templatable.