Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Public Attributes | List of all members
assign_form Class Reference

Implements a renderable grading options form. More...

Inheritance diagram for assign_form:
renderable

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
 

Detailed Description

Implements a renderable grading options form.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

assign_form::__construct (   $classname,
moodleform  $form,
  $jsinitfunction = '' 
)

Constructor.

Parameters
string$classnameThis is the class name for the container div
moodleform$formThis is the moodleform
string$jsinitfunctionThis is an optional js function to add to the page requires

The documentation for this class was generated from the following file: