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


Protected Member Functions | |
| define_structure () | |
| process_imscp ($data) | |
| after_execute () | |
Define all the restore steps that will be used by the restore_imscp_activity_task Structure step to restore one imscp activity
Definition at line 32 of file restore_imscp_stepslib.php.
| after_execute | ( | ) | [protected] |
This method will be executed after the whole structure step have been processed
After execution method for code needed to be executed after the whole structure has been processed. Useful for cleaning tasks, files process and others. Simply overwrite in in your steps if needed
I don't like itemid used for "imaginative" things like "revisions"! I don't like itemid used for "imaginative" things like "revisions"! I don't like itemid used for "imaginative" things like "revisions"!
Reimplemented from restore_structure_step.
Definition at line 57 of file restore_imscp_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 34 of file restore_imscp_stepslib.php.

| process_imscp | ( | $ | data | ) | [protected] |