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


Protected Member Functions | |
| execute_condition () | |
| define_structure () | |
structure step in charge of constructing the gradebook.xml file for all the gradebook config in the course NOTE: the backup of the grade items themselves is handled by backup_activity_grades_structure_step
Definition at line 774 of file backup_stepslib.php.
| define_structure | ( | ) | [protected] |
Function that will return the structure to be processed by this backup_step. Must return one backup_nested_element
Reimplemented from backup_structure_step.
Definition at line 785 of file backup_stepslib.php.

| execute_condition | ( | ) | [protected] |
We need to decide conditionally, based on dynamic information about the execution of this step. Only will be executed if all the module gradeitems have been already included in backup
Reimplemented from backup_structure_step.
Definition at line 781 of file backup_stepslib.php.
