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


Public Member Functions | |
| define_form_specific (&$form) | |
| define_editors () | |
Definition at line 3 of file define.class.php.
| define_editors | ( | ) |
Provides a method by which we can allow the default data in profile_define_* to use an editor
This should return an array of editor names (which will need to be formatted/cleaned)
Reimplemented from profile_define_base.
Definition at line 11 of file define.class.php.
| define_form_specific | ( | &$ | form | ) |
Prints out the form snippet for the part of creating or editing a profile field specific to the current data type
| object | instance of the moodleform class |
Default data
do nothing - overwrite if necessary
Reimplemented from profile_define_base.
Definition at line 5 of file define.class.php.