Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Public Attributes | List of all members
core_badges\output\badge_recipients Class Reference

Badge recipients rendering class. More...

Inheritance diagram for core_badges\output\badge_recipients:
renderable

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
 

Detailed Description

Badge recipients rendering class.

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

Constructor & Destructor Documentation

◆ __construct()

core_badges\output\badge_recipients::__construct (   $holders)

Initializes the list of users to display.

Parameters
array$holdersList of badge holders

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