student_form extends moodleform
Table of Contents
Properties
- $_customdata : mixed
- $_form : mixed
Methods
- validation() : array<string|int, mixed>
- definition() : void
Properties
$_customdata
protected
mixed
$_customdata
$_form
protected
mixed
$_form
Methods
validation()
public
validation(mixed $data, mixed $files) : array<string|int, mixed>
Parameters
- $data : mixed
- $files : mixed
Return values
array<string|int, mixed>definition()
protected
definition() : void