mtool_helpdesk_request_form
extends moodleform
Table of Contents
Properties
-
$_form
: mixed
Methods
-
validation()
: mixed
-
definition()
: mixed
-
add_custom_field()
: void
-
add_user_custom_field()
: void
validation()
public
validation(mixed $data, mixed $files) : mixed
Parameters
-
$data
: mixed
-
-
$files
: mixed
-
definition()
protected
definition() : mixed
add_custom_field()
private
add_custom_field(mixed $mform, helpdesk_type $request_type) : void
Parameters
-
$mform
: mixed
-
-
$request_type
: helpdesk_type
-
add_user_custom_field()
private
add_user_custom_field(mixed $mform, helpdesk_type $request_type) : void
Parameters
-
$mform
: mixed
-
-
$request_type
: helpdesk_type
-