|
static | execute (int $courseid) |
| Given a course ID, return the grade tree structure for that course.
|
|
static | execute_parameters () |
| Returns description of method parameters.
|
|
static | execute_returns () |
| Describes the return structure.
|
|
◆ execute()
static core_grades\external\get_grade_tree::execute |
( |
int | $courseid | ) |
|
|
static |
Given a course ID, return the grade tree structure for that course.
- Parameters
-
int | $courseid | The course ID. |
- Return values
-
string | JSON encoded data representing the course grade tree structure. |
◆ execute_parameters()
static core_grades\external\get_grade_tree::execute_parameters |
( |
| ) |
|
|
static |
Returns description of method parameters.
- Return values
-
external_function_parameters | |
◆ execute_returns()
static core_grades\external\get_grade_tree::execute_returns |
( |
| ) |
|
|
static |
Describes the return structure.
- Return values
-
The documentation for this class was generated from the following file:
- grade/classes/external/get_grade_tree.php