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


Protected Member Functions | |
| define_structure () | |
| process_question_category ($data) | |
| process_question ($data) | |
| process_question_hint ($data) | |
| after_execute () | |
Structure step in charge of creating/mapping all the qcats and qs by parsing the questions.xml file and checking it against the results calculated by restore_process_categories_and_questions and stored in backup_ids_temp
Definition at line 2584 of file restore_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
Reimplemented from restore_structure_step.
Definition at line 2730 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 2586 of file restore_stepslib.php.

| process_question | ( | $ | data | ) | [protected] |
| process_question_category | ( | $ | data | ) | [protected] |
| process_question_hint | ( | $ | data | ) | [protected] |