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


Public Member Functions | |
| define_form_specific ($form) | |
| define_validate_specific ($data) | |
| define_save_preprocess ($data) | |
| define_form_specific | ( | $ | form | ) |
Define the setting for a datetime custom field
| object | $form | the user form |
Definition at line 18 of file define.class.php.
| define_save_preprocess | ( | $ | data | ) |
Preprocess data from the profile field form before it is saved.
| object | data from the add/edit profile field form |
Reimplemented from profile_define_base.
Definition at line 70 of file define.class.php.
| define_validate_specific | ( | $ | data | ) |
Validate the data from the profile field form
| object | data from the add/edit profile field form |
Definition at line 52 of file define.class.php.