External grading panel point API.
More...
|
| static | execute (string $component, int $contextid, string $itemname, int $gradeduserid, bool $notifyuser, string $formdata) |
| | Fetch the data required to build a grading panel for a simple grade.
|
| |
| static | execute_parameters () |
| | Describes the parameters for fetching the grading panel for a simple grade.
|
| |
| static | execute_returns () |
| | Describes the data returned from the external function.
|
| |
External grading panel point API.
- Copyright
- 2019 Andrew Nicols andre.nosp@m.w@ni.nosp@m.cols..nosp@m.co.u.nosp@m.k
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ execute()
| static core_grades\grades\grader\gradingpanel\point\external\store::execute |
( |
string | $component, |
|
|
int | $contextid, |
|
|
string | $itemname, |
|
|
int | $gradeduserid, |
|
|
bool | $notifyuser, |
|
|
string | $formdata ) |
|
static |
Fetch the data required to build a grading panel for a simple grade.
- Parameters
-
| string | $component | |
| int | $contextid | |
| string | $itemname | |
| int | $gradeduserid | |
| bool | $notifyuser | |
| string | $formdata | |
- Return values
-
- Exceptions
-
| dml_exception | |
| invalid_parameter_exception | |
| restricted_context_exception | |
| coding_exception | |
| moodle_exception | |
- Since
- Moodle 3.8
◆ execute_parameters()
| static core_grades\grades\grader\gradingpanel\point\external\store::execute_parameters |
( |
| ) |
|
|
static |
Describes the parameters for fetching the grading panel for a simple grade.
- Return values
-
| external_function_parameters | |
- Since
- Moodle 3.8
◆ execute_returns()
| static core_grades\grades\grader\gradingpanel\point\external\store::execute_returns |
( |
| ) |
|
|
static |
Describes the data returned from the external function.
- Return values
-
| external_single_structure | |
- Since
- Moodle 3.8
The documentation for this class was generated from the following file:
- grade/classes/grades/grader/gradingpanel/point/external/store.php