Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
|
Implements a renderable message notification. More...
Public Member Functions | |
__construct ($heading, $message, $coursemoduleid, $gradingerror=false, $page=null) | |
Constructor. | |
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 |