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


Public Member Functions | |
| mod_lesson_mod_form ($current, $section, $cm, $course) | |
| definition () | |
| data_preprocessing (&$default_values) | |
| validation ($data, $files) | |
Protected Attributes | |
| $course = null | |
Definition at line 33 of file mod_form.php.
| data_preprocessing | ( | &$ | default_values | ) |
Enforce defaults here
| array | $default_values | Form defaults |
Reimplemented from moodleform_mod.
Definition at line 308 of file mod_form.php.

| definition | ( | ) |
Abstract method - always override!
Legacy slideshow width element to maintain backwards compatibility
Legacy slideshow height element to maintain backwards compatibility
Legacy slideshow background color element to maintain backwards compatibility
Legacy media popup width element to maintain backwards compatibility
Legacy media popup height element to maintain backwards compatibility
Legacy media popup close button element to maintain backwards compatibility
Legacy maximum highscores element to maintain backwards compatibility
Reimplemented from moodleform.
Definition at line 42 of file mod_form.php.

| mod_lesson_mod_form | ( | $ | current, |
| $ | section, | ||
| $ | cm, | ||
| $ | course | ||
| ) |
| validation | ( | $ | data, |
| $ | files | ||
| ) |
Enforce validation rules here
| object | $data | Post data to validate |
Reimplemented from moodleform_mod.
Definition at line 336 of file mod_form.php.
$course = null [protected] |
Definition at line 35 of file mod_form.php.