(no description)
File Size: | 116 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
url_blocked:: (6 methods):
get_description()
get_name()
init()
validate_data()
get_other_mapping()
validate_before_trigger()
Class: url_blocked - X-Ref
URL blocked event class.get_description() X-Ref |
Returns description of what happened. return: string |
get_name() X-Ref |
Return localised event name. return: string |
init() X-Ref |
Init method. return: void |
validate_data() X-Ref |
Custom validation. It is recommended to set the properties: - $other['tokenid'] - $other['username'] However they are not mandatory as they are not always known. Please note that the token CANNOT be specified, it is considered as a password and should never be displayed. return: void |
get_other_mapping() X-Ref |
Used when restoring course logs. |
validate_before_trigger() X-Ref |
Validate all properties right before triggering the event. Emits debugging. |