Method |
Description |
|
bookmarked ( $Page = '0' ) |
Display discussions the user has bookmarked. |
|
bookmarkedPopin ( ) |
|
|
getCategoryIDs ( ) : array |
|
|
getCommentCounts ( ) |
Takes a set of discussion identifiers and returns their comment counts in the same order. |
|
index ( integer $Page = false ) |
Default all discussions view: chronological by most recent comment. |
|
initialize ( ) |
Highlight route and include JS, CSS, and modules used by all methods. |
|
mine ( $Page = 'p1' ) |
Display discussions started by the user. |
|
promoted ( ) |
Endpoint for the PromotedContentModule's data. |
|
setCategoryIDs ( array $categoryIDs ) |
|
|
sort ( string $Target = '' ) |
Set user preference for sorting discussions. |
|
table ( integer $Page = '0' ) |
"Table" layout for discussions. Mimics more traditional forum discussion layout. |
|
unread ( $Page = '0' ) |
|
|
userBookmarkCount ( $UserID = false ) |
|
|