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


Public Member Functions | |
| definition () | |
| definition_after_data () | |
Definition at line 1270 of file locallib.php.
| definition | ( | ) |
Abstract method - always override!
Reimplemented from moodleform.
Definition at line 1271 of file locallib.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 1312 of file locallib.php.