Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 30... Línea 30...
30
 
30
 
31
/**
31
/**
32
 * The mod_feedback_use_templ_form
32
 * The mod_feedback_use_templ_form
33
 *
33
 *
-
 
34
 * @deprecated since 4.0. New dynamic forms have been created instead.
34
 * @deprecated since 4.0. New dynamic forms have been created instead.
35
 * @todo       MDL-83522 This class will be deleted in Moodle 6.0.
-
 
36
 */
-
 
37
#[\core\attribute\deprecated(
-
 
38
    replacement: 'mod_feedback\form\use_template_form',
-
 
39
    since: '4.0',
-
 
40
    mdl: 'MDL-71914',
-
 
41
    reason: 'New dynamic forms have been created instead.'
35
 */
42
)]
36
class mod_feedback_use_templ_form extends moodleform {
43
class mod_feedback_use_templ_form extends moodleform {
37
    public function __construct($action = null, $customdata = null, $method = 'post', $target = '',
44
    public function __construct($action = null, $customdata = null, $method = 'post', $target = '',
38
            $attributes = null, $editable = true, $ajaxformdata = null) {
45
            $attributes = null, $editable = true, $ajaxformdata = null) {
39
        debugging('Class mod_feedback_use_templ_form is deprecated. Replaced with dynamic forms.', DEBUG_DEVELOPER);
46
        debugging('Class mod_feedback_use_templ_form is deprecated. Replaced with dynamic forms.', DEBUG_DEVELOPER);