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


Public Member Functions | |
| __construct (moodle1_mod_handler $assignmenthandler, $subpluginname) | |
| use_xml_writer (xml_writer $xmlwriter) | |
| append_subplugin_data ($data) | |
Base class for the assignment subplugin handler Extend this for your own subplugin conversion handling purposes.
| __construct | ( | moodle1_mod_handler $ | assignmenthandler, |
| $ | subpluginname | ||
| ) |
| moodle1_mod_handler | $assignmenthandler | the handler of a module we are subplugin of |
| string | $subpluginname | the name of the subplugin |
| append_subplugin_data | ( | $ | data | ) |
| use_xml_writer | ( | xml_writer $ | xmlwriter | ) |
Provides a xml_writer instance to this assignment subplugin type handler
| xml_writer | $xmlwriter |