Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Public Attributes | List of all members
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)
 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
 

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 
)

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

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