Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
mod_feedback\output\summary Class Reference

Class to help display feedback summary. More...

Inheritance diagram for mod_feedback\output\summary:
core\output\renderable

Public Member Functions

 __construct ($feedbackstructure, $mygroupid=false)
 Constructor.
 
 export_for_template (renderer_base $output)
 Export this data so it can be used as the context for a mustache template.
 

Protected Attributes

mod_feedback_structure $feedbackstructure
 
int $mygroupid
 

Detailed Description

Class to help display feedback summary.

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

Constructor & Destructor Documentation

◆ __construct()

mod_feedback\output\summary::__construct ( $feedbackstructure,
$mygroupid = false )

Constructor.

Parameters
mod_feedback_structure$feedbackstructure
int$mygroupidcurrently selected group

Member Function Documentation

◆ export_for_template()

mod_feedback\output\summary::export_for_template ( renderer_base $output)

Export this data so it can be used as the context for a mustache template.

Parameters
renderer_base$output
Return values
stdClass

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