|
Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Implements a renderable message notification. More...
Public Member Functions | |
| __construct ($heading, $message, $coursemoduleid, $gradingerror=false, $page=null) | |
| Constructor. More... | |
Public Attributes | |
| int | $coursemoduleid = 0 |
| $coursemoduleid | |
| int | $gradingerror = null |
| $gradingerror should be set true if there was a problem grading | |
| string | $heading = '' |
| $heading is the heading to display to the user | |
| string | $message = '' |
| $message is the message to display to the user | |
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 |