Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core_group\output\group_details Class Reference

Group details page class. More...

Inheritance diagram for core_group\output\group_details:
renderable templatable

Public Member Functions

 __construct ($groupid)
 group_details constructor.
 
 export_for_template (renderer_base $output)
 Export the data.
 

Protected Attributes

stdClass $group
 $group An object with the group information.
 

Detailed Description

Group details page class.

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

Constructor & Destructor Documentation

◆ __construct()

core_group\output\group_details::__construct ( $groupid)

group_details constructor.

Parameters
int$groupidGroup ID to show details of.

Member Function Documentation

◆ export_for_template()

core_group\output\group_details::export_for_template ( renderer_base $output)

Export the data.

Parameters
renderer_base$output
Return values
stdClass

Implements templatable.


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