|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($current, $section, $cm, $course) | |
| definition () | |
| data_preprocessing (&$data) | |
| definition_after_data () | |
Protected Attributes | |
| $course = null | |
Module settings form for Workshop instances
Definition at line 40 of file mod_form.php.
| __construct | ( | $ | current, |
| $ | section, | ||
| $ | cm, | ||
| $ | course | ||
| ) |
Constructor
Definition at line 48 of file mod_form.php.
| data_preprocessing | ( | &$ | data | ) |
Prepares the form before data are set
Additional wysiwyg editor are prepared here, the introeditor is prepared automatically by core. Grade items are set here because the core modedit supports single grade item only.
| array | $data | to be set |
Reimplemented from moodleform_mod.
Definition at line 213 of file mod_form.php.

| definition | ( | ) |
Defines the workshop instance configuration form
Reimplemented from moodleform.
Definition at line 58 of file mod_form.php.

Set the grade item categories when editing an instance
Reimplemented from moodleform_mod.
Definition at line 246 of file mod_form.php.

$course = null [protected] |
Definition at line 43 of file mod_form.php.