Method |
Description |
|
__get ( $Name ) : mixed |
|
|
announce ( integer $DiscussionID = '', $Target = '' ) |
Allows user to announce or unannounce a discussion. |
|
bookmark ( integer $DiscussionID = null ) |
Allows user to bookmark or unbookmark a discussion. |
|
close ( integer $DiscussionID = '', boolean $Close = true, $From = 'list' ) |
Allows user to close or re-open a discussion. |
|
comment ( integer $CommentID ) |
Display discussion page starting with a particular comment. |
|
delete ( integer $DiscussionID, $Target = '' ) |
Allows user to delete a discussion. |
|
deleteComment ( integer $CommentID = '', string $TransientKey = '' ) |
Allows user to delete a comment. |
|
dismissAnnouncement ( integer $DiscussionID = '' ) |
Allows user to remove announcement. |
|
embed ( integer $DiscussionID = '', string $DiscussionStub = '', integer $Offset = '', integer $Limit = '' ) |
Alternate version of Index that uses the embed master view. |
|
getNew ( integer $DiscussionID, integer $LastCommentID ) |
Display comments in a discussion since a particular CommentID. |
|
index ( integer $DiscussionID = '', string $DiscussionStub = '', integer $Page = '' ) |
Default single discussion display. |
|
initialize ( ) |
Highlight route & add common JS definitions. |
|
refetchPageInfo ( type $DiscussionID ) |
Re-fetch a discussion's content based on its foreign url. |
|
sendOptions ( $discussion ) |
|
|
sink ( integer $DiscussionID = '', boolean $Sink = true, $From = 'list' ) |
Allows user to sink or unsink a discussion. |
|