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


Protected Member Functions | |
| execute_condition () | |
| define_structure () | |
Backups up the course completion information for the course.
Definition at line 1942 of file backup_stepslib.php.
| define_structure | ( | ) | [protected] |
The structure of the course completion backup
Reimplemented from backup_structure_step.
Definition at line 1957 of file backup_stepslib.php.

| execute_condition | ( | ) | [protected] |
To conditionally decide if one step will be executed or no
For steps needing to be executed conditionally, based in dynamic conditions (at execution time vs at declaration time) you must override this function. It will return true if the step must be executed and false if not
Reimplemented from backup_structure_step.
Definition at line 1944 of file backup_stepslib.php.