Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 64... Línea 64...
64
 
64
 
Línea 65... Línea 65...
65
    protected function define_structure() {
65
    protected function define_structure() {
66
 
66
 
67
        // The lesson table
67
        // The lesson table
68
        // This table contains all of the goodness for the lesson module, quite
68
        // This table contains all of the goodness for the lesson module, quite
69
        // alot goes into it but nothing relational other than course when will
69
        // a lot goes into it but nothing relational other than course when will
70
        // need to be corrected upon restore.
70
        // need to be corrected upon restore.
71
        $lesson = new backup_nested_element('lesson', array('id'), array(
71
        $lesson = new backup_nested_element('lesson', array('id'), array(
72
            'course', 'name', 'intro', 'introformat', 'practice', 'modattempts',
72
            'course', 'name', 'intro', 'introformat', 'practice', 'modattempts',