MDL-29956: Implement common cartridge export (r16882)

This commit is contained in:
Mark Nielsen
2011-11-14 21:25:08 +01:00
committed by Eloy Lafuente (stronk7)
parent 3319af85a9
commit 42dffc6feb
87 changed files with 15666 additions and 201 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ abstract class backup implements checksumable {
// Backup format
const FORMAT_MOODLE = 'moodle2';
const FORMAT_MOODLE1 = 'moodle1';
const FORMAT_IMSCC = 'imscc';
const FORMAT_IMSCC1 = 'imscc1';
const FORMAT_IMSCC11 = 'imscc11';
const FORMAT_UNKNOWN = 'unknown';
// Interactive