Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.2.x will end 22 April 2024 (12 months).
  • Bug fixes for security issues in 4.2.x will end 7 October 2024 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.1.x is supported too.

Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]

The mod_lti unknown service api called event.

Copyright: 2013 Adrian Greeve <adrian@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 90 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

unknown_service_api_called:: (5 methods):
  set_message_data()
  get_message_data()
  init()
  get_description()
  get_name()


Class: unknown_service_api_called  - X-Ref

The mod_lti unknown service api called event class.

Event for when something happens with an unknown lti service API call.

set_message_data(\stdClass $data)   X-Ref
Sets custom data used by event observers.

param: \stdClass $data

get_message_data()   X-Ref
Returns custom data for event observers.

return: \stdClass

init()   X-Ref
Init method.


get_description()   X-Ref
Returns localised description of what happened.

return: string

get_name()   X-Ref
Returns localised general event name.

return: string