| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Enrol instance created event.
| Copyright: | 2015 Marina Glancy |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 118 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
enrol_instance_created:: (8 methods):
create_from_record()
get_description()
get_name()
get_url()
init()
validate_data()
get_objectid_mapping()
get_other_mapping()
Class: enrol_instance_created - X-Ref
Enrol instance created 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 |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |