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


Public Member Functions | |
| init () | |
| invoke () | |
| get_plugin_type ($dirpath) | |
Definition at line 31 of file create_xml_file.class.php.
| get_plugin_type | ( | $ | dirpath | ) |
From a given path, work out what type of plugin this belongs to
| string | $dirpath | Path to the db file for this plugin |
Definition at line 120 of file create_xml_file.class.php.


| init | ( | ) |
Init method, every subclass will have its own
Reimplemented from XMLDBAction.
Definition at line 36 of file create_xml_file.class.php.

| invoke | ( | ) |
Invoke method, every class will have its own returns true/false on completion, setting both errormsg and output as necessary
Reimplemented from XMLDBAction.
Definition at line 55 of file create_xml_file.class.php.
