Enrol instance updated event.
Copyright: | 2015 Marina Glancy |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 119 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
enrol_instance_updated:: (8 methods):
create_from_record()
get_description()
get_name()
get_url()
init()
validate_data()
get_objectid_mapping()
get_other_mapping()
Class: enrol_instance_updated - X-Ref
Enrol instance updated event class.create_from_record($enrol) X-Ref |
Api to Create new event from enrol object. param: \stdClass $enrol record from DB table 'enrol' return: \core\event\base returns instance of new event |
get_description() X-Ref |
Returns description of what happened. return: string |
get_name() X-Ref |
Return localised event name. return: string |
get_url() X-Ref |
Get URL related to the action return: \moodle_url |
init() X-Ref |
Init method. return: void |
validate_data() X-Ref |
custom validations Throw \coding_exception notice in case of any problems. |
get_objectid_mapping() X-Ref |
No description |
get_other_mapping() X-Ref |
No description |