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.

Differences Between: [Versions 311 and 402] [Versions 311 and 403]

Course completed event.

Copyright: 2013 Rajesh Taneja <rajesh@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 148 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

course_completed:: (10 methods):
  create_from_completion()
  init()
  get_name()
  get_description()
  get_url()
  get_legacy_eventname()
  get_legacy_eventdata()
  validate_data()
  get_objectid_mapping()
  get_other_mapping()


Class: course_completed  - X-Ref

Course completed event class.

create_from_completion(\stdClass $completion)   X-Ref
Create event from course_completion record.

param: \stdClass $completion
return: course_completed

init()   X-Ref
Initialise required event data properties.


get_name()   X-Ref
Returns localised event name.

return: string

get_description()   X-Ref
Returns non-localised event description with id's for admin use only.

return: string

get_url()   X-Ref
Returns relevant URL.

return: \moodle_url

get_legacy_eventname()   X-Ref
Return name of the legacy event, which is replaced by this event.

return: string legacy event name

get_legacy_eventdata()   X-Ref
Return course_completed legacy event data.

return: \stdClass completion data.

validate_data()   X-Ref
Custom validation.

return: void

get_objectid_mapping()   X-Ref
No description

get_other_mapping()   X-Ref
No description