Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 60... Línea 60...
60
     */
60
     */
61
    public function MoodleQuickForm_hidden($elementName=null, $value='', $attributes=null) {
61
    public function MoodleQuickForm_hidden($elementName=null, $value='', $attributes=null) {
62
        debugging('Use of class name as constructor is deprecated', DEBUG_DEVELOPER);
62
        debugging('Use of class name as constructor is deprecated', DEBUG_DEVELOPER);
63
        return self::__construct($elementName, $value, $attributes);
63
        return self::__construct($elementName, $value, $attributes);
64
    }
64
    }
65
 
-
 
66
    /**
-
 
67
     * @deprecated since Moodle 2.0
-
 
68
     */
-
 
69
    function setHelpButton($helpbuttonargs, $function='helpbutton'){
-
 
70
        throw new coding_exception('setHelpButton() can not be used any more, please see MoodleQuickForm::addHelpButton().');
-
 
71
    }
-
 
72
 
-
 
73
    /**
65
    /**
74
     * get html for help button
66
     * get html for help button
75
     *
67
     *
76
     * @return string html for help button
68
     * @return string html for help button
77
     */
69
     */