Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
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 |