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


Protected Member Functions | |
| define_structure () | |
| process_feedback ($data) | |
| process_feedback_item ($data) | |
| process_feedback_completed ($data) | |
| process_feedback_value ($data) | |
| process_feedback_tracking ($data) | |
| after_execute () | |
Define all the restore steps that will be used by the restore_feedback_activity_task Structure step to restore one feedback activity
Definition at line 31 of file restore_feedback_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 120 of file restore_feedback_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 33 of file restore_feedback_stepslib.php.

| process_feedback | ( | $ | data | ) | [protected] |
Definition at line 50 of file restore_feedback_stepslib.php.

| process_feedback_completed | ( | $ | data | ) | [protected] |
Definition at line 81 of file restore_feedback_stepslib.php.

| process_feedback_item | ( | $ | data | ) | [protected] |
Definition at line 67 of file restore_feedback_stepslib.php.

| process_feedback_tracking | ( | $ | data | ) | [protected] |
Definition at line 107 of file restore_feedback_stepslib.php.

| process_feedback_value | ( | $ | data | ) | [protected] |
Definition at line 94 of file restore_feedback_stepslib.php.
