Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core_grades\external\get_grade_tree Class Reference
Inheritance diagram for core_grades\external\get_grade_tree:

Static Public Member Functions

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.
 

Detailed Description

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ 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$courseidThe course ID.
Return values
stringJSON 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
external_value

The documentation for this class was generated from the following file: