Differences Between: [Versions 310 and 311] [Versions 39 and 311]
Self enrol plugin implementation.
Copyright: | 2010 Petr Skoda {@link http://skodak.org} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 155 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 2 times |
Includes or requires: | 0 files |
enrol_self_enrol_form:: (3 methods):
get_form_identifier()
definition()
validation()
Class: enrol_self_enrol_form - X-Ref
get_form_identifier() X-Ref |
Overriding this function to get unique form id for multiple self enrolments. return: string form identifier |
definition() X-Ref |
No description |
validation($data, $files) X-Ref |
No description |
enrol_self_check_group_enrolment_key($courseid, $enrolpassword) X-Ref |
Check if the given password match a group enrolment key in the specified course. param: int $courseid course id param: string $enrolpassword enrolment password return: bool True if match |