coursegroup_form
extends moodleform
Table of Contents
Properties
-
$coursegroup_service
: object
Methods
-
__construct()
: mixed
-
validation()
: array<string|int, mixed>
-
definition()
: void
$coursegroup_service
protected
object
$coursegroup_service
__construct()
public
__construct([mixed $action = null ][, mixed $customdata = null ][, mixed $method = 'post' ][, mixed $target = '' ][, mixed $attributes = null ][, mixed $editable = true ][, mixed $ajaxformdata = null ]) : mixed
Parameters
-
$action
: mixed
= null
-
-
$customdata
: mixed
= null
-
-
$method
: mixed
= 'post'
-
-
$target
: mixed
= ''
-
-
$attributes
: mixed
= null
-
-
$editable
: mixed
= true
-
-
$ajaxformdata
: mixed
= null
-
validation()
public
validation(mixed $data, mixed $files) : array<string|int, mixed>
Parameters
-
$data
: mixed
-
-
$files
: mixed
-
-
throws
-
Exception
Return values
array<string|int, mixed>
definition()
protected
definition() : void
-
throws
-
Exception
-
throws
-
Throwable