|
Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Link to external resources this badge is aligned with. More...
Public Member Functions | |
| __construct ($alignments, $currentbadgeid) | |
| Initializes the list of alignments to display. More... | |
Public Attributes | |
| array | $alignments = array() |
| list of badges. | |
| array | $currentbadgeid = 0 |
| list of badges. | |
| string | $dir = 'ASC' |
| how are the data sorted. | |
| int | $page = 0 |
| page number to display. | |
| int | $perpage = BADGE_PERPAGE |
| number of badges to display per page. | |
| string | $sort = 'name' |
| how are the data sorted. | |
| int | $totalcount = null |
| the total number of badges to display. | |
Link to external resources this badge is aligned with.
| core_badges\output\badge_alignments::__construct | ( | $alignments, | |
| $currentbadgeid | |||
| ) |
Initializes the list of alignments to display.
| array | $alignments | List alignments to render. |
| int | $currentbadgeid | ID current badge. |