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.

Differences Between: [Versions 310 and 402] [Versions 310 and 403]

The mod_assign abstract base event.

Copyright: 2014 Mark Nelson
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 143 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

base:: (6 methods):
  set_assign()
  get_assign()
  get_url()
  set_legacy_logdata()
  get_legacy_logdata()
  validate_data()


Class: base  - X-Ref

The mod_assign abstract base event class.

Most mod_assign events can extend this class.

set_assign(\assign $assign)   X-Ref
Set assign instance for this event.

param: \assign $assign

get_assign()   X-Ref
Get assign instance.

NOTE: to be used from observers only.

return: \assign

get_url()   X-Ref
Returns relevant URL.

return: \moodle_url

set_legacy_logdata($action = '', $info = '', $url = '')   X-Ref
Sets the legacy event log data.

param: string $action The current action
param: string $info A detailed description of the change. But no more than 255 characters.
param: string $url The url to the assign module instance.

get_legacy_logdata()   X-Ref
Return legacy data for add_to_log().

return: array

validate_data()   X-Ref
Custom validation.