Moodle specific wrapper that separates quickforms syntax from moodle code. You won't directly use this class you should write a class definition which extends this class or a more specific subclass such a moodleform_mod for each form you want to display and/or process with formslib.
You will write your own definition() method which performs the form set up.
Located in /course/import/groups/import_form.php (line 5)
moodleform | --course_import_groups_form
Inherited from moodleform
moodleform::$_customdata
moodleform::$_definition_finalized
moodleform::$_form
moodleform::$_formname
moodleform::$_upload_manager
Inherited From moodleform
moodleform::moodleform()
moodleform::add_action_buttons()
moodleform::add_checkbox_controller()
moodleform::definition()
moodleform::definition_after_data()
moodleform::display()
moodleform::focus()
moodleform::get_data()
moodleform::get_file_content()
moodleform::get_new_filename()
moodleform::get_submitted_data()
moodleform::is_cancelled()
moodleform::is_submitted()
moodleform::is_validated()
moodleform::no_submit_button_pressed()
moodleform::repeat_elements()
moodleform::save_files()
moodleform::set_data()
moodleform::set_upload_manager()
moodleform::validate_defined_fields()
moodleform::validation()
moodleform::_process_submission()
moodleform::_validate_files()
Documentation generated on Sat, 20 Mar 2010 02:08:54 +0100 by phpDocumentor 1.4.0