Differences Between: [Versions 311 and 402] [Versions 311 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 |
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 |