Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 38... Línea 38...
38
     *
38
     *
39
     * @param string $identifier The string identifier to use when displaying this exception.
39
     * @param string $identifier The string identifier to use when displaying this exception.
40
     * @param string $component The string component
40
     * @param string $component The string component
41
     * @param \stdClass $data The data to pass to get_string
41
     * @param \stdClass $data The data to pass to get_string
42
     */
42
     */
43
    public function __construct($identifier, $component, \stdClass $data = null) {
43
    public function __construct($identifier, $component, ?\stdClass $data = null) {
44
        return parent::__construct($identifier, $component, '', $data);
44
        return parent::__construct($identifier, $component, '', $data);
45
    }
45
    }
46
}
46
}