Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Abstract assessable uploaded event.

Copyright: 2013 Frédéric Massart
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 84 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

assessable_uploaded:: (3 methods):
  init()
  validate_data()
  get_other_mapping()


Class: assessable_uploaded  - X-Ref

Abstract assessable uploaded event class.

This class has to be extended by any event which represent that some content,
on which someone will be assessed, has been uploaded. This is different
than other events such as assessable_submitted, which means that the content
has been submitted and made available for grading.

Both events could be triggered in a row, first the uploaded, then the submitted.

init()   X-Ref
Init method.

return: void

validate_data()   X-Ref
Validation that should be shared among child classes.

return: void

get_other_mapping()   X-Ref
No description