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

Static Public Member Functions

static execute (int $courseid)
 Given a course ID find Fetch the grader report and add some fields to the returned users.
 
static execute_parameters ()
 Describes the parameters for get_users_in_report.
 
static execute_returns ()
 Returns description of what the users & warnings should return.
 

Member Function Documentation

◆ execute()

static gradereport_grader\external\get_users_in_report::execute ( int $courseid)
static

Given a course ID find Fetch the grader report and add some fields to the returned users.

Parameters
int$courseidCourse ID to fetch the grader report for.
Return values
arrayUsers and warnings to pass back to the calling widget.

◆ execute_parameters()

static gradereport_grader\external\get_users_in_report::execute_parameters ( )
static

Describes the parameters for get_users_in_report.

Return values
external_function_parameters

◆ execute_returns()

static gradereport_grader\external\get_users_in_report::execute_returns ( )
static

Returns description of what the users & warnings should return.

Return values
external_single_structure

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