Badge recipients rendering class.
More...
|
| __construct ($holders) |
| Initializes the list of users to display.
|
|
|
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.
- Copyright
- 2012 onwards Totara Learning Solutions Ltd
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
core_badges\output\badge_recipients::__construct |
( |
| $holders | ) |
|
Initializes the list of users to display.
- Parameters
-
array | $holders | List of badge holders |
The documentation for this class was generated from the following file:
- badges/classes/output/badge_recipients.php