Customfield Checkbox plugin
Copyright: | 2018 Daniel Neis Araujo <daniel@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 87 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
data_controller:: (4 methods):
datafield()
instance_form_definition()
get_default_value()
export_value()
Class: data_controller - X-Ref
Class datadatafield() X-Ref |
Return the name of the field where the information is stored return: string |
instance_form_definition(\MoodleQuickForm $mform) X-Ref |
Add fields for editing a checkbox field. param: \MoodleQuickForm $mform |
get_default_value() X-Ref |
Returns the default value as it would be stored in the database (not in human-readable format). return: mixed |
export_value() X-Ref |
Returns value in a human-readable format return: mixed|null value or null if empty |