This file contains the restore code for the feedback_editpdf plugin.
Copyright: | 2013 Damyon Wiese |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 128 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
restore_assignfeedback_editpdf_subplugin:: (5 methods):
define_grade_subplugin_structure()
process_assignfeedback_editpdf_files()
process_assignfeedback_editpdf_annotation()
process_assignfeedback_editpdf_comment()
process_assignfeedback_editpdf_pagerotation()
Class: restore_assignfeedback_editpdf_subplugin - X-Ref
Restore subplugin class.define_grade_subplugin_structure() X-Ref |
Returns the paths to be handled by the subplugin at assignment level return: array |
process_assignfeedback_editpdf_files($data) X-Ref |
Processes one feedback_editpdf_files element param: mixed $data |
process_assignfeedback_editpdf_annotation($data) X-Ref |
Processes one feedback_editpdf_annotations/annotation element param: mixed $data |
process_assignfeedback_editpdf_comment($data) X-Ref |
Processes one feedback_editpdf_comments/comment element param: mixed $data |
process_assignfeedback_editpdf_pagerotation($data) X-Ref |
Processes one /feedback_editpdf_rotation/pagerotation element param: mixed $data |