Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 274... Línea 274...
274
    function isRequired() {
274
    function isRequired() {
275
        return (isset($this->_options['required']) && $this->_options['required']);
275
        return (isset($this->_options['required']) && $this->_options['required']);
276
    }
276
    }
Línea 277... Línea 277...
277
 
277
 
278
    /**
-
 
279
     * @deprecated since Moodle 2.0
-
 
280
     */
-
 
281
    function setHelpButton($_helpbuttonargs, $function='_helpbutton') {
-
 
282
        throw new coding_exception('setHelpButton() can not be used any more, please see MoodleQuickForm::addHelpButton().');
-
 
283
    }
-
 
284
 
-
 
285
    /**
278
    /**
286
     * Returns html for help button.
279
     * Returns html for help button.
287
     *
280
     *
288
     * @return string html for help button
281
     * @return string html for help button
289
     */
282
     */