Differences Between: [Versions 311 and 402] [Versions 311 and 403]
User login event.
Copyright: | 2013 Frédéric Massart |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 124 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
user_loggedin:: (9 methods):
get_description()
get_legacy_logdata()
get_name()
get_url()
get_username()
init()
validate_data()
get_objectid_mapping()
get_other_mapping()
Class: user_loggedin - X-Ref
User login event class.get_description() X-Ref |
Returns non-localised event description with id's for admin use only. return: string |
get_legacy_logdata() X-Ref |
Return legacy data for add_to_log(). return: array |
get_name() X-Ref |
Return localised event name. return: string |
get_url() X-Ref |
Get URL related to the action. return: \moodle_url |
get_username() X-Ref |
Return the username of the logged in user. return: string |
init() X-Ref |
Init method. return: void |
validate_data() X-Ref |
Custom validation. return: void |
get_objectid_mapping() X-Ref |
No description |
get_other_mapping() X-Ref |
No description |