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.

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

(no description)

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

Defines 1 class

base:: (6 methods):
  get_description()
  get_url()
  init()
  get_legacy_logdata()
  set_legacy_logdata()
  validate_data()


Class: base  - X-Ref

The mod_bigbluebuttonbn abstract base event class. Most mod_bigbluebuttonbn events can extend this class.

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

return: string

get_url()   X-Ref
Returns relevant URL.

return: moodle_url

init($crud = 'r', $edulevel = self::LEVEL_PARTICIPATING)   X-Ref
Init method.

param: string $crud
param: int $edulevel

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

return: array

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.

validate_data()   X-Ref
Custom validation.