Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
preferences_group Class Reference

Represents a group of preferences page link. More...

Inheritance diagram for preferences_group:
renderable

Public Member Functions

 __construct ($title, $nodes)
 Constructor.
 

Public Attributes

array $nodes
 Array of navigation_node.
 
string $title
 Title of the group.
 

Detailed Description

Represents a group of preferences page link.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

preferences_group::__construct ( $title,
$nodes )

Constructor.

Parameters
string$titleThe title.
array$nodesof navigation_node.

The documentation for this class was generated from the following file: