| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
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 |