| Moodle APIs 3.9
    Moodle 3.9.13+ (Build: 20220325) | 
This class wraps the submit for grading confirmation page. More...
 
  
| Public Member Functions | |
| __construct ($notifications, $coursemoduleid, $confirmform) | |
| Constructor.  More... | |
| Public Attributes | |
| moodleform | $confirmform = null | 
| $confirmform | |
| int | $coursemoduleid = 0 | 
| $coursemoduleid | |
| array | $notifications = array() | 
| $notifications is a list of notification messages returned from the plugins | |
This class wraps the submit for grading confirmation page.
| assign_submit_for_grading_page::__construct | ( | $notifications, | |
| $coursemoduleid, | |||
| $confirmform | |||
| ) | 
Constructor.
| string | $notifications | - Any mesages to display | 
| int | $coursemoduleid | |
| moodleform | $confirmform |