Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 67... Línea 67...
67
            'gotocal'
67
            'gotocal'
68
        );
68
        );
Línea 69... Línea 69...
69
 
69
 
70
        return $this->content;
70
        return $this->content;
71
    }
-
 
72
 
-
 
73
    /**
-
 
74
     * @deprecated since 3.4
-
 
75
     */
-
 
76
    public static function get_upcoming_content() {
-
 
77
        throw new coding_exception(__FUNCTION__ . '() has been removed.');
-
 
78
    }
71
    }