Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.2.x will end 22 April 2024 (12 months).
  • Bug fixes for security issues in 4.2.x will end 7 October 2024 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.1.x is supported too.

Class for restore BigBlueButtonBN.

Author: Fred Dixon (ffdixon [at] blindsidenetworks [dt] com)
Author: Jesus Federico (jesus [at] blindsidenetworks [dt] com)
Copyright: 2010 onwards, Blindside Networks Inc
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 107 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

restore_bigbluebuttonbn_activity_task:: (6 methods):
  define_my_settings()
  define_my_steps()
  define_decode_contents()
  define_decode_rules()
  define_restore_log_rules()
  define_restore_log_rules_for_course()


Class: restore_bigbluebuttonbn_activity_task  - X-Ref

Restore task that provides all the settings and steps to perform one complete restore of the activity.

define_my_settings()   X-Ref
Define (add) particular settings this activity can have.

return: void

define_my_steps()   X-Ref
Define (add) particular steps this activity can have.

return: void

define_decode_contents()   X-Ref
Define the contents in the activity that must be processed by the link decoder.

return: array

define_decode_rules()   X-Ref
Define the decoding rules for links belonging to the activity to be executed by the link decoder.

return: array

define_restore_log_rules()   X-Ref
Define the restoring rules for logs belonging to the activity to be executed by the link decoder.

return: array

define_restore_log_rules_for_course()   X-Ref
Define the restoring rules for course associated to the activity to be executed by the link decoder.

return: array