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


Public Member Functions | |
| get_paths () | |
| process_assignment ($data) | |
| process_assignment_submission ($data) | |
| handle_assignment_subplugin ($data) | |
| on_assignment_end () | |
Protected Member Functions | |
| get_subplugin_handler ($subplugin) | |
| internal implementation details follow ///////////////////////////////// | |
Protected Attributes | |
| $fileman = null | |
| $moduleid = null | |
| get_paths | ( | ) |
Declare the paths in moodle.xml we are able to convert
The method returns list of convert_path instances. For each path returned, the corresponding conversion method must be defined.
Note that the path /MOODLE_BACKUP/COURSE/MODULES/MOD/ASSIGNMENT does not actually exist in the file. The last element with the module name was appended by the moodle1_converter class.
| get_subplugin_handler | ( | $ | subplugin | ) | [protected] |
internal implementation details follow /////////////////////////////////
Factory method returning the handler of the given assignment subplugin
| string | $subplugin | the name of the subplugin |
| moodle1_convert_exception |
Definition at line 171 of file lib.php.


| handle_assignment_subplugin | ( | $ | data | ) |
This handles calls to subplugin conversion classes. called from <ASSIGNMENTTYPE> within process_assignment()
Definition at line 131 of file lib.php.


| process_assignment | ( | $ | data | ) |
| process_assignment_submission | ( | $ | data | ) |