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

Public Member Functions

 get_deps ()

Static Public Member Functions

static description ()

Protected Member Functions

 execute ()

Detailed Description

Definition at line 31 of file backuplib.php.


Member Function Documentation

static description ( ) [static]

Returns the basic information about the converter

The returned array must contain the following keys: 'from' - the supported source format, eg. backup::FORMAT_MOODLE1 'to' - the supported target format, eg. backup::FORMAT_MOODLE 'cost' - the cost of the conversion, non-negative non-zero integer

Reimplemented from base_converter.

Definition at line 45 of file backuplib.php.

execute ( ) [protected]

Converts the contents of the tempdir into the target format in the workdir

Reimplemented from base_converter.

Definition at line 42 of file backuplib.php.

get_deps ( )

Definition at line 32 of file backuplib.php.


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