Moodle  2.2.1
http://www.collinsharper.com
restore_assignment_offline_subplugin Class Reference
Inheritance diagram for restore_assignment_offline_subplugin:
Collaboration diagram for restore_assignment_offline_subplugin:

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 ()

Detailed Description

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.


Member Function Documentation

Returns the paths to be handled by the subplugin at assignment level

Definition at line 39 of file restore_assignment_offline_subplugin.class.php.

Here is the call graph for this function:

Returns the paths to be handled by the subplugin at submission level

Definition at line 55 of file restore_assignment_offline_subplugin.class.php.

Here is the call graph for this function:

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.

Here is the call graph for this function:

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.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations