Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
assign_feedback_status Class Reference

Renderable feedback status. More...

Inheritance diagram for assign_feedback_status:
renderable

Public Member Functions

 __construct ($gradefordisplay, $gradeddate, $grader, $feedbackplugins, $grade, $coursemoduleid, $returnaction, $returnparams, $canviewfullnames, $gradingcontrollergrade='')
 Constructor.
 

Public Attributes

bool $canviewfullnames = false
 canviewfullnames
 
int $coursemoduleid = 0
 coursemoduleid
 
array $feedbackplugins = array()
 feedbackplugins - array of feedback plugins
 
stdClass $grade = null
 assign_grade record
 
mixed $gradeddate = 0
 the graded date (may be null)
 
string $gradefordisplay = ''
 $gradefordisplay the student grade rendered into a format suitable for display
 
mixed $grader = null
 the grader (may be null)
 
string $gradingcontrollergrade
 gradingcontrollergrade The grade information rendered by a grade controller
 
array $plugins = []
 information for the given plugins.
 
string $returnaction = ''
 returnaction
 
array $returnparams = array()
 returnparams
 

Detailed Description

Renderable feedback status.

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

Constructor & Destructor Documentation

◆ __construct()

assign_feedback_status::__construct ( $gradefordisplay,
$gradeddate,
$grader,
$feedbackplugins,
$grade,
$coursemoduleid,
$returnaction,
$returnparams,
$canviewfullnames,
$gradingcontrollergrade = '' )

Constructor.

Parameters
string$gradefordisplay
mixed$gradeddate
mixed$grader
array$feedbackplugins
mixed$grade
int$coursemoduleid
string$returnactionThe action required to return to this page
array$returnparamsThe list of params required to return to this page
bool$canviewfullnames
string$gradingcontrollergradeThe grade information rendered by a grade controller

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