Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
assignfeedback_file_import_summary Class Reference

A renderable summary of the zip import. More...

Inheritance diagram for assignfeedback_file_import_summary:
renderable

Public Member Functions

 __construct ($cmid, $userswithnewfeedback, $feedbackfilesadded, $feedbackfilesupdated)
 Constructor for this renderable class.
 

Public Attributes

int $cmid = 0
 $cmid Course module id for constructing navigation links
 
int $feedbackfilesadded = 0
 $feedbackfilesadded The number of new feedback files
 
int $feedbackfilesupdated = 0
 $feedbackfilesupdated The number of updated feedback files
 
int $userswithnewfeedback = 0
 $userswithnewfeedback The number of users who have received new feedback
 

Detailed Description

A renderable summary of the zip import.

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

Constructor & Destructor Documentation

◆ __construct()

assignfeedback_file_import_summary::__construct ( $cmid,
$userswithnewfeedback,
$feedbackfilesadded,
$feedbackfilesupdated )

Constructor for this renderable class.

Parameters
int$cmid- The course module id for navigation
int$userswithnewfeedback- The number of users with new feedback
int$feedbackfilesadded- The number of feedback files added
int$feedbackfilesupdated- The number of feedback files updated

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