|
Moodle
2.2.1
http://www.collinsharper.com
|


Protected Member Functions | |
| define_structure () | |
| process_module ($data) | |
| process_availability ($data) | |
Structure step to restore common course_module information
This step will process the module.xml file for one activity, in order to restore the corresponding information to the course_modules table, skipping various bits of information based on CFG settings (groupings, completion...) in order to fullfill all the reqs to be able to create the context to be used by all the rest of steps in the activity restore task
Definition at line 2311 of file restore_stepslib.php.
| define_structure | ( | ) | [protected] |
Function that will return the structure to be processed by this restore_step. Must return one array of elements
Reimplemented from restore_structure_step.
Definition at line 2313 of file restore_stepslib.php.

| process_availability | ( | $ | data | ) | [protected] |
| process_module | ( | $ | data | ) | [protected] |