Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Protected Attributes | List of all members
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. More...
 
 export_for_template (renderer_base $output)
 Export the data. More...
 

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: