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


Public Member Functions | |
| get_deps () | |
Static Public Member Functions | |
| static | description () |
Protected Member Functions | |
| execute () | |
Definition at line 31 of file backuplib.php.
| 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.