(no description)
File Size: | 667 lines (30 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: add_category - X-Ref
Prints the add category gradebook formget_gradecategory() X-Ref |
Helper function to grab the current grade category based on information within the form. return: array |
definition() X-Ref |
Form definition return: void |
definition_after_data() X-Ref |
This method implements changes to the form that need to be made once the form data is set. |
get_context_for_dynamic_submission() X-Ref |
Return form context return: context |
check_access_for_dynamic_submission() X-Ref |
Check if current user has access to this form, otherwise throw exception return: void |
set_data_for_dynamic_submission() X-Ref |
Load in existing data as form defaults return: void |
get_page_url_for_dynamic_submission() X-Ref |
Returns url to set in $PAGE->set_url() when form is being rendered or submitted via AJAX return: moodle_url |
process_dynamic_submission() X-Ref |
Process the form submission, used if form was submitted via AJAX return: array |
validation($data, $files) X-Ref |
Form validation. param: array $data array of ("fieldname"=>value) of submitted data param: array $files array of uploaded files "element_name"=>tmp_file_path return: array of "element_name"=>"error_description" if there are errors, |