Differences Between: [Versions 311 and 403]
print the form to add or edit a feedback-instance
Author: | Andreas Grabs |
License: | http://www.gnu.org/copyleft/gpl.html GNU Public License |
File Size: | 221 lines (10 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
mod_feedback_mod_form:: (6 methods):
definition()
data_preprocessing()
data_postprocessing()
validation()
add_completion_rules()
completion_rule_enabled()
Class: mod_feedback_mod_form - X-Ref
definition() X-Ref |
No description |
data_preprocessing(&$default_values) X-Ref |
No description |
data_postprocessing($data) X-Ref |
Allows module to modify the data returned by form get_data(). This method is also called in the bulk activity completion form. Only available on moodleform_mod. param: stdClass $data the form data to be modified. |
validation($data, $files) X-Ref |
Enforce validation rules here param: array $data array of ("fieldname"=>value) of submitted data param: array $files array of uploaded files "element_name"=>tmp_file_path return: array |
add_completion_rules() X-Ref |
No description |
completion_rule_enabled($data) X-Ref |
No description |