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 403]

Class for the structure used 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: 119 lines (5 kb)
Included or required:0 times
Referenced: 1 time
Includes or requires: 0 files

Defines 1 class

restore_bigbluebuttonbn_activity_structure_step:: (5 methods):
  define_structure()
  process_bigbluebuttonbn()
  process_bigbluebuttonbn_logs()
  process_bigbluebuttonbn_recordings()
  after_execute()


Class: restore_bigbluebuttonbn_activity_structure_step  - X-Ref

Define all the restore steps that will be used by the restore_url_activity_task.

define_structure()   X-Ref
Structure step to restore one bigbluebuttonbn activity.

return: array

process_bigbluebuttonbn(array $data)   X-Ref
Process a bigbluebuttonbn restore.

return: void
param: array $data The data in object form

process_bigbluebuttonbn_logs(array $data)   X-Ref
Process a bigbluebuttonbn_logs restore (additional table).

return: void
param: array $data The data in object form

process_bigbluebuttonbn_recordings(array $data)   X-Ref
Process a bigbluebuttonbn_recordings restore (additional table).

return: void
param: array $data The data in object form

after_execute()   X-Ref
Actions to be executed after the restore is completed

return: void