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


Protected Member Functions | |
| define_structure () | |
| process_glossary ($data) | |
| process_glossary_entry ($data) | |
| process_glossary_alias ($data) | |
| process_glossary_rating ($data) | |
| process_glossary_category ($data) | |
| process_glossary_category_entry ($data) | |
| after_execute () | |
Define all the restore steps that will be used by the restore_glossary_activity_task Structure step to restore one glossary activity
Definition at line 32 of file restore_glossary_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 159 of file restore_glossary_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 34 of file restore_glossary_stepslib.php.

| process_glossary | ( | $ | data | ) | [protected] |
Definition at line 53 of file restore_glossary_stepslib.php.

| process_glossary_alias | ( | $ | data | ) | [protected] |
Definition at line 98 of file restore_glossary_stepslib.php.

| process_glossary_category | ( | $ | data | ) | [protected] |
Definition at line 137 of file restore_glossary_stepslib.php.

| process_glossary_category_entry | ( | $ | data | ) | [protected] |
Definition at line 148 of file restore_glossary_stepslib.php.

| process_glossary_entry | ( | $ | data | ) | [protected] |
Definition at line 80 of file restore_glossary_stepslib.php.

| process_glossary_rating | ( | $ | data | ) | [protected] |
Definition at line 109 of file restore_glossary_stepslib.php.
