Differences Between: [Versions 400 and 403] [Versions 401 and 403] [Versions 402 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: | 121 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 1 time |
Includes or requires: | 0 files |
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. param: array $data The data in object form return: void |
process_bigbluebuttonbn_logs(array $data) X-Ref |
Process a bigbluebuttonbn_logs restore (additional table). param: array $data The data in object form return: void |
process_bigbluebuttonbn_recordings(array $data) X-Ref |
Process a bigbluebuttonbn_recordings restore (additional table). param: array $data The data in object form return: void |
after_execute() X-Ref |
Actions to be executed after the restore is completed return: void |