| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Provides support for the conversion of moodle1 backup to the moodle2 format
| Copyright: | 2011 David Mudrak <david@moodle.com> |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 131 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
moodle1_workshopform_numerrors_handler:: (4 methods):
on_elements_start()
process_legacy_element()
on_elements_end()
workshopform_numerrors_upgrade_element()
Class: moodle1_workshopform_numerrors_handler - X-Ref
Conversion handler for the numerrors grading strategy data| on_elements_start() X-Ref |
| New workshop instance is being processed |
| process_legacy_element(array $data, array $raw) X-Ref |
| Converts <ELEMENT> into <workshopform_numerrors_dimension> and stores it for later writing param: array $data legacy element data param: array $raw raw element data return: array to be written to workshop.xml |
| on_elements_end() X-Ref |
| Writes gathered mappings and dimensions |
| workshopform_numerrors_upgrade_element(stdclass $old, $newworkshopid) X-Ref |
| Transforms a given record from workshop_elements_old into an object to be saved into workshopform_numerrors param: stdClass $old legacy record from workshop_elements_old param: int $newworkshopid id of the new workshop instance that replaced the previous one return: stdclass to be saved in workshopform_numerrors |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |