approveModerationQueueEntry()
deleteModerationQueueEntry()
getVisibleModerationQueueEntriesForUser()
Abstract moderation queue handler.
package | XenForo_Moderation |
---|
approveModerationQueueEntry(integer $contentId, string $message, string $title) : boolean
The title param may be ignored if the type does not have a title.
integer
string
string
May be ignored
boolean
deleteModerationQueueEntry(integer $contentId) : boolean
Note that this should only do a soft-delete if available.
integer
boolean
getVisibleModerationQueueEntriesForUser(array $contentIds, array $viewingUser) : array
array
Array of queue content IDs
array
Viewing user array
array
List of entries that can be seen/managed, [content id] => [message, user, contentTypeTitle, title, titleEdit, link]