|
Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Renderable feedback status. More...
Public Member Functions | |
| __construct ($gradefordisplay, $gradeddate, $grader, $feedbackplugins, $grade, $coursemoduleid, $returnaction, $returnparams, $canviewfullnames) | |
| Constructor. More... | |
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) | |
| stding | $gradefordisplay = '' |
| $gradefordisplay the student grade rendered into a format suitable for display | |
| mixed | $grader = null |
| the grader (may be null) | |
| string | $returnaction = '' |
| returnaction | |
| array | $returnparams = array() |
| returnparams | |
Renderable feedback status.
| assign_feedback_status::__construct | ( | $gradefordisplay, | |
| $gradeddate, | |||
| $grader, | |||
| $feedbackplugins, | |||
| $grade, | |||
| $coursemoduleid, | |||
| $returnaction, | |||
| $returnparams, | |||
| $canviewfullnames | |||
| ) |
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 |