Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 45... Línea 45...
45
 
45
 
46
    /** @var course_format the course format class */
46
    /** @var course_format the course format class */
Línea 47... Línea 47...
47
    protected $format;
47
    protected $format;
48
 
48
 
Línea 49... Línea 49...
49
    /** @var section_info the course section class */
49
    /** @var section_info the course section class */
50
    private $section;
50
    protected $section;
51
 
51
 
52
    /**
52
    /**