Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Renderable feedback status. More...
Public Member Functions | |
__construct ($gradefordisplay, $gradeddate, $grader, $feedbackplugins, $grade, $coursemoduleid, $returnaction, $returnparams, $canviewfullnames, $gradingcontrollergrade='') | |
Constructor. | |
Renderable feedback status.
assign_feedback_status::__construct | ( | $gradefordisplay, | |
$gradeddate, | |||
$grader, | |||
$feedbackplugins, | |||
$grade, | |||
$coursemoduleid, | |||
$returnaction, | |||
$returnparams, | |||
$canviewfullnames, | |||
$gradingcontrollergrade = '' ) |
Constructor.
string | $gradefordisplay | |
mixed | $gradeddate | |
mixed | $grader | |
array | $feedbackplugins | |
mixed | $grade | |
int | $coursemoduleid | |
string | $returnaction | The action required to return to this page |
array | $returnparams | The list of params required to return to this page |
bool | $canviewfullnames | |
string | $gradingcontrollergrade | The grade information rendered by a grade controller |