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


Protected Member Functions | |
| execute_condition () | |
| define_structure () | |
| process_gradebook ($data) | |
| process_grade_item ($data) | |
| process_grade_grade ($data) | |
| process_grade_category ($data) | |
| process_grade_letter ($data) | |
| process_grade_setting ($data) | |
| after_execute () | |
Restore calculated grade items, grade categories etc
Definition at line 77 of file restore_stepslib.php.
| after_execute | ( | ) | [protected] |
put all activity grade items in the correct grade category and mark all for recalculation
Reimplemented from restore_structure_step.
Definition at line 286 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 120 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 85 of file restore_stepslib.php.

| process_grade_category | ( | $ | data | ) | [protected] |
| process_grade_grade | ( | $ | data | ) | [protected] |
| process_grade_item | ( | $ | data | ) | [protected] |
| process_grade_letter | ( | $ | data | ) | [protected] |
| process_grade_setting | ( | $ | data | ) | [protected] |
| process_gradebook | ( | $ | data | ) | [protected] |
Definition at line 136 of file restore_stepslib.php.