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


Public Member Functions | |
| definition () | |
| definition_after_data () | |
| validation ($data, $files) | |
| perform some extra moodle validation | |
Protected Attributes | |
| $course | |
| $context | |
Definition at line 8 of file edit_form.php.
| definition | ( | ) |
Abstract method - always override!
form definition with new course defaults
customizable role names in this course
finally set the current form data
Reimplemented from moodleform.
Definition at line 12 of file edit_form.php.

Dummy stub method - override if you need to setup the form depending on current values. This method is called after definition(), data submission and set_data(). All form setup that is dependent on form values should go in here.
Reimplemented from moodleform.
Definition at line 326 of file edit_form.php.

| validation | ( | $ | data, |
| $ | files | ||
| ) |
perform some extra moodle validation
Reimplemented from moodleform.
Definition at line 346 of file edit_form.php.

$context [protected] |
Definition at line 10 of file edit_form.php.
$course [protected] |
Definition at line 9 of file edit_form.php.