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


Public Member Functions | |
| process_assignment_offline_config ($data) | |
| process_assignment_offline_submission_config ($data) | |
Protected Member Functions | |
| define_assignment_subplugin_structure () | |
| define_submission_subplugin_structure () | |
restore subplugin class that provides the necessary information needed to restore one assignment->offline subplugin.
Note: Offline assignments really haven't any special subplugin information to backup/restore, hence code below is skipped (return false) but it's a good example of subplugins supported at different elements (assignment and submission)
Definition at line 34 of file restore_assignment_offline_subplugin.class.php.
| define_assignment_subplugin_structure | ( | ) | [protected] |
Returns the paths to be handled by the subplugin at assignment level
Definition at line 39 of file restore_assignment_offline_subplugin.class.php.

| define_submission_subplugin_structure | ( | ) | [protected] |
Returns the paths to be handled by the subplugin at submission level
Definition at line 55 of file restore_assignment_offline_subplugin.class.php.

| process_assignment_offline_config | ( | $ | data | ) |
This method processes the config element inside one offline assignment (see offline subplugin backup)
Definition at line 71 of file restore_assignment_offline_subplugin.class.php.

This method processes the submission_config element inside one offline assignment (see offline subplugin backup)
Definition at line 91 of file restore_assignment_offline_subplugin.class.php.
