Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

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

Defines 1 class

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