| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Course updated event.
| Copyright: | 2013 Mark Nelson <markn@moodle.com> |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 129 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
course_updated:: (10 methods):
init()
get_name()
get_description()
get_url()
get_legacy_eventname()
get_legacy_eventdata()
set_legacy_logdata()
get_legacy_logdata()
get_objectid_mapping()
get_other_mapping()
Class: course_updated - X-Ref
Course updated event class.| init() X-Ref |
| Initialise the event data. |
| get_name() X-Ref |
| Returns localised general event name. return: string |
| get_description() X-Ref |
| Returns non-localised description of what happened. return: string |
| get_url() X-Ref |
| Returns relevant URL. return: \moodle_url |
| get_legacy_eventname() X-Ref |
| Returns the name of the legacy event. return: string legacy event name |
| get_legacy_eventdata() X-Ref |
| Returns the legacy event data. return: \stdClass the course that was updated |
| set_legacy_logdata($logdata) X-Ref |
| Set the legacy data used for add_to_log(). param: array $logdata |
| get_legacy_logdata() X-Ref |
| Return legacy data for add_to_log(). return: array |
| get_objectid_mapping() X-Ref |
| No description |
| get_other_mapping() X-Ref |
| No description |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |