Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

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

(no description)

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

Defines 1 class


Class: mod_helper  - X-Ref

Utility class for all instance (module) routines helper.

process_pre_save(stdClass $bigbluebuttonbn)   X-Ref
Runs any processes that must run before a bigbluebuttonbn insert/update.

param: stdClass $bigbluebuttonbn BigBlueButtonBN form data

process_pre_save_instance(stdClass $bigbluebuttonbn)   X-Ref
Runs process for defining the instance (insert/update).

param: stdClass $bigbluebuttonbn BigBlueButtonBN form data

process_pre_save_checkboxes($bigbluebuttonbn)   X-Ref
Runs process for assigning default value to checkboxes.

param: stdClass $bigbluebuttonbn BigBlueButtonBN form data

process_pre_save_common(stdClass $bigbluebuttonbn)   X-Ref
Runs process for wipping common settings when 'recordings only'.

param: stdClass $bigbluebuttonbn BigBlueButtonBN form data

process_post_save(stdClass $bigbluebuttonbn)   X-Ref
Runs any processes that must be run after a bigbluebuttonbn insert/update.

param: stdClass $bigbluebuttonbn BigBlueButtonBN form data

process_post_save_event(stdClass $bigbluebuttonbn)   X-Ref
Generates an event after a bigbluebuttonbn insert/update.

param: stdClass $bigbluebuttonbn BigBlueButtonBN form data

process_post_save_completion(stdClass $bigbluebuttonbn)   X-Ref
Generates an event after a bigbluebuttonbn activity is completed.

param: stdClass $bigbluebuttonbn BigBlueButtonBN form data