| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Represents a group of preferences page link. More...
| Public Member Functions | |
| __construct ($title, $nodes) | |
| Constructor. | |
| Public Attributes | |
| array | $nodes | 
| Array of navigation_node. | |
| string | $title | 
| Title of the group. | |
Represents a group of preferences page link.
| preferences_group::__construct | ( | $title, | |
| $nodes ) | 
Constructor.
| string | $title | The title. | 
| array | $nodes | of navigation_node. |