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


Protected Member Functions | |
| execute_condition () | |
| define_structure () | |
| process_completion ($data) | |
Structure step that will process the user activity completion information if all these conditions are met:
Definition at line 2433 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 2459 of file restore_stepslib.php.
| execute_condition | ( | ) | [protected] |
To conditionally decide if this step must be executed Note the "settings" conditions are evaluated in the corresponding task. Here we check for other conditions not being restore settings (files, site settings...)
Reimplemented from restore_structure_step.
Definition at line 2440 of file restore_stepslib.php.
| process_completion | ( | $ | data | ) | [protected] |