|
Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Implements a renderable grading options form. More...
Public Member Functions | |
| __construct ($classname, moodleform $form, $jsinitfunction='') | |
| Constructor. More... | |
Public Attributes | |
| string | $classname = '' |
| $classname is the name of the class to assign to the container | |
| moodleform | $form = null |
| $form is the edit submission form | |
| string | $jsinitfunction = '' |
| $jsinitfunction is an optional js function to add to the page requires | |
Implements a renderable grading options form.
| assign_form::__construct | ( | $classname, | |
| moodleform | $form, | ||
$jsinitfunction = '' |
|||
| ) |
Constructor.
| string | $classname | This is the class name for the container div |
| moodleform | $form | This is the moodleform |
| string | $jsinitfunction | This is an optional js function to add to the page requires |