Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

(no description)

File Size: 183 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

report:: (7 methods):
  define_properties()
  after_create()
  before_delete()
  after_delete()
  after_update()
  get_context()
  get_formatted_name()


Class: report  - X-Ref

Persistent class to represent a report

define_properties()   X-Ref
Return the definition of the properties of this model

return: array

after_create()   X-Ref
Trigger report created event when persistent is created


before_delete()   X-Ref
Cascade report deletion, first deleting any linked persistents


after_delete($result)   X-Ref
Throw report deleted event when persistent is deleted

param: bool $result

after_update($result)   X-Ref
Throw report updated event when persistent is updated

param: bool $result

get_context()   X-Ref
Return report context, used by exporters

return: context

get_formatted_name()   X-Ref
Return formatted report name

return: string