Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Implements a renderable message notification. More...
Public Member Functions | |
__construct ($heading, $message, $coursemoduleid, $gradingerror=false, $page=null) | |
Constructor. More... | |
Implements a renderable message notification.
assign_gradingmessage::__construct | ( | $heading, | |
$message, | |||
$coursemoduleid, | |||
$gradingerror = false , |
|||
$page = null |
|||
) |
Constructor.
string | $heading | This is the heading to display |
string | $message | This is the message to display |
bool | $gradingerror | Set to true to display the message as an error. |
int | $coursemoduleid | |
int | $page | This is the current quick grading page |