Provides {@link tool_policy\event\acceptance_base} class.
Copyright: | 2018 Marina Glancy |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 117 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
acceptance_base:: (6 methods):
init()
create_from_record()
get_url()
get_objectid_mapping()
validate_data()
get_other_mapping()
Class: acceptance_base - X-Ref
Base class for acceptance_created and acceptance_updated events.init() X-Ref |
Initialise the event. |
create_from_record($record) X-Ref |
Create event from record. param: stdClass $record return: acceptance_created |
get_url() X-Ref |
Get URL related to the action. return: \moodle_url |
get_objectid_mapping() X-Ref |
Get the object ID mapping. return: array |
validate_data() X-Ref |
Custom validation. |
get_other_mapping() X-Ref |
No mapping required for this event because this event is not backed up. return: bool |