MIDDAG for Moodle

users_filterset extends filterset

Participants table filterset.

Tags
copyright

2020 Andrew Nicols [email protected]

license

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

Table of Contents

Methods

get_optional_filters()  : array<string|int, mixed>
Get the optional filters.
get_required_filters()  : array<string|int, mixed>
Get the required filters.

Methods

get_optional_filters()

Get the optional filters.

public get_optional_filters() : array<string|int, mixed>

These are:

  • accesssince;
  • enrolments;
  • groups;
  • keywords;
  • country;
  • roles; and
  • status.
Return values
array<string|int, mixed>

get_required_filters()

Get the required filters.

public get_required_filters() : array<string|int, mixed>

The only required filter is the courseid filter.

Return values
array<string|int, mixed>

        
On this page

Search results