| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
1.9 to 2.0 backup format converter. (Also currently used in common cartridge import process)
| Author: | Darko Miletic |
| Copyright: | Copyright (c) 2011 Moodlerooms Inc. (http://www.moodlerooms.com) |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 138 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
moodle1_mod_lti_handler:: (3 methods):
get_paths()
process_basiclti()
on_basiclti_end()
Class: moodle1_mod_lti_handler - X-Ref
| get_paths() X-Ref |
| Declare the paths in moodle.xml we are able to convert The method returns list of {@link convert_path} instances. For each path returned, the corresponding conversion method must be defined. Note that the path /MOODLE_BACKUP/COURSE/MODULES/MOD/LTI does not actually exist in the file. The last element with the module name was appended by the moodle1_converter class. return: array of {@link convert_path} instances |
| process_basiclti($data) X-Ref |
| This is executed every time we have one /MOODLE_BACKUP/COURSE/MODULES/MOD/LTI data available |
| on_basiclti_end() X-Ref |
| This is executed when we reach the closing </MOD> tag of our 'lti' path |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |