Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Implements a renderable grading options form. More...
Public Member Functions | |
__construct ($classname, moodleform $form, $jsinitfunction='') | |
Constructor. | |
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 |