Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/backup/converter/imscc1/backuplib.php
Go to the documentation of this file.
00001 <?php
00002 
00003 require_once($CFG->dirroot . '/backup/converter/convertlib.php');
00004 
00005 class imscc1_export_converter extends base_converter {
00006     public static function is_available() {
00007         return false;
00008     }
00009 
00010     protected function execute() {
00011 
00012     }
00013 }
 All Data Structures Namespaces Files Functions Variables Enumerations