The forum summary report viewed event.
Copyright: | 2019 Michael Hawkins <michaelh@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 100 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
report_viewed:: (5 methods):
init()
get_name()
get_description()
get_url()
validate_data()
Class: report_viewed - X-Ref
The forum summary report viewed event class.init() X-Ref |
Set basic properties for the event. |
get_name() X-Ref |
Returns localised general event name. return: string |
get_description() X-Ref |
Returns non-localised event description with ids for admin use only. return: string |
get_url() X-Ref |
Returns relevant URL. return: \moodle_url |
validate_data() X-Ref |
Custom validation. |