Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
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: