Target base.
Copyright: | 2016 Andrew Nicols <andrew@nicols.co.uk> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 126 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
base:: (5 methods):
__construct()
add_config_to_form()
add_disabled_constraints_to_form()
is_setting_forced()
get_forced_setting_value()
__construct(step $step) X-Ref |
Create the target type. param: step $step The step being targetted. |
add_config_to_form(\MoodleQuickForm $mform) X-Ref |
Add the target type configuration to the form. param: MoodleQuickForm $mform The form to add configuration to. |
add_disabled_constraints_to_form(\MoodleQuickForm $mform) X-Ref |
Add the disabledIf values. param: MoodleQuickForm $mform The form to add configuration to. |
is_setting_forced($key) X-Ref |
Whether the specified step setting is forced by this target type. param: string $key The name of the key to check. return: boolean |
get_forced_setting_value($key) X-Ref |
The value of the forced setting. param: string $key The name of the key to check. return: mixed |