Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

Event for viewing the list of course resources.

Copyright: 2014 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

Defines 1 class

course_resources_list_viewed:: (7 methods):
  init()
  get_description()
  get_name()
  get_url()
  set_legacy_logdata()
  get_legacy_logdata()
  validate_data()


Class: course_resources_list_viewed  - X-Ref

Event for viewing the list of course resources.

init()   X-Ref
Init method.

return: void

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

set_legacy_logdata($data)   X-Ref
List of resource types enabled in the system. This is used for legacy logging to log one record for each resource type.

There is no public getter for this data because it does not depend on the
course. It always includes the list of all resource types in the system
even when some of them are not present in the course.

param: array $data

get_legacy_logdata()   X-Ref
Return the legacy event log data.

return: array|null

validate_data()   X-Ref
Custom validation.

return: void