Property | Type | Description | |
---|---|---|---|
$Limit | Display limit. | ||
$Prefix | string |
Property | Type | Description | |
---|---|---|---|
$categoryIDs | Limit the discussions to just this list of categories, checked for view permission. |
Method | Description | |
---|---|---|
__construct ( ) | ||
assetTarget ( ) | ||
getCategoryIDs ( ) : array | Get a list of category IDs to limit. | |
getData ( integer | boolean $limit = false ) | Get the data for the module. | |
getShowPhotos ( ) : boolean | ||
setCategoryIDs ( array $categoryIDs ) | Set a list of category IDs to limit. | |
setShowPhotos ( $showPhotos ) : DiscussionsModule | ||
toString ( ) |
public getCategoryIDs ( ) : array | ||
return | array |
public getShowPhotos ( ) : boolean | ||
return | boolean | Whether to show the discussion author avatar. |
public setCategoryIDs ( array $categoryIDs ) | ||
$categoryIDs | array |
public setShowPhotos ( $showPhotos ) : DiscussionsModule | ||
$showPhotos | Whether to show the discussion author avatar. | |
return | DiscussionsModule |