Moodle  2.2.1
http://www.collinsharper.com
create_xml_file Class Reference
Inheritance diagram for create_xml_file:
Collaboration diagram for create_xml_file:

Public Member Functions

 init ()
 invoke ()
 get_plugin_type ($dirpath)

Detailed Description

Definition at line 31 of file create_xml_file.class.php.


Member Function Documentation

get_plugin_type ( dirpath)

From a given path, work out what type of plugin this belongs to

Parameters:
string$dirpathPath to the db file for this plugin
Returns:
string the type of the plugin or null if not found

Definition at line 120 of file create_xml_file.class.php.

Here is the call graph for this function:

Here is the caller graph for this function:

init ( )

Init method, every subclass will have its own

Reimplemented from XMLDBAction.

Definition at line 36 of file create_xml_file.class.php.

Here is the call graph for this function:

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.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations