[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Form to define a new instance of lesson or edit an instance. It is used from /course/modedit.php.
Copyright: | 1999 onwards Martin Dougiamas {@link http://moodle.com} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late |
File Size: | 438 lines (21 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
mod_lesson_mod_form:: (8 methods):
__construct()
mod_lesson_mod_form()
definition()
data_preprocessing()
validation()
add_completion_rules()
completion_rule_enabled()
get_data()
Class: mod_lesson_mod_form - X-Ref
__construct($current, $section, $cm, $course) X-Ref |
No description |
mod_lesson_mod_form($current, $section, $cm, $course) X-Ref |
Old syntax of class constructor. Deprecated in PHP7. |
definition() X-Ref |
No description |
data_preprocessing(&$defaultvalues) X-Ref |
Enforce defaults here param: array $defaultvalues Form defaults return: void |
validation($data, $files) X-Ref |
Enforce validation rules here param: object $data Post data to validate return: array |
add_completion_rules() X-Ref |
Display module-specific activity completion rules. Part of the API defined by moodleform_mod return: array Array of string IDs of added items, empty array if none |
completion_rule_enabled($data) X-Ref |
Called during validation. Indicates whether a module-specific completion rule is selected. param: array $data Input data (not yet validated) return: bool True if one or more rules is enabled, false if none are. |
get_data() X-Ref |
No description |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |