Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Badge recipients rendering class. More...
Public Member Functions | |
__construct ($holders) | |
Initializes the list of users to display. More... | |
Public Attributes | |
string | $dir = 'ASC' |
how are the data sorted | |
int | $page = 0 |
page number to display | |
int | $perpage = 30 |
number of badge recipients to display per page | |
string | $sort = 'lastname' |
how are the data sorted | |
int | $totalcount = null |
the total number or badge recipients to display | |
array | $userids = array() |
internal list of badge recipients ids | |
Badge recipients rendering class.
core_badges\output\badge_recipients::__construct | ( | $holders | ) |
Initializes the list of users to display.
array | $holders | List of badge holders |