getContentLink()
getContentTitle()
getReportDetailsFromContent()
getVisibleReportsForUser()
prepareExtraContent()
prepareReport()
prepareReports()
viewCallback()
Handler for reported profile posts.
package | XenForo_Report |
---|
getContentLink(array $report, array $contentInfo) : string
see | \global\XenForo_ReportHandler_Abstract::getContentLink() |
---|
array
Report info
array
Extra content with report
string
getContentTitle(array $report, array $contentInfo) : string | \XenForo_Phrase
see | \global\XenForo_ReportHandler_Abstract:getContentTitle() |
---|
array
Report info
array
Extra content with report
string
\XenForo_Phrase
getReportDetailsFromContent(array $content) : array
Returns 3 values (as array): * content ID * content user ID * array of info about content to store with report
see | \global\XenForo_ReportHandler_Abstract::getReportDetailsFromContent() |
---|
array
array
See above.getVisibleReportsForUser(array $reports, array $viewingUser) : array
see | \global\XenForo_ReportHandler_Abstract:getVisibleReportsForUser() |
---|
array
Format: [report id] => report info
array
Viewing user array
array
List of reports that can be seen/managed, [report id] => infoprepareExtraContent(array $contentInfo) : array
inherited_from | \XenForo_ReportHandler_Abstract::prepareExtraContent() |
---|
array
array
prepareReport(array $report) : array
inherited_from | \XenForo_ReportHandler_Abstract::prepareReport() |
---|
array
array
Prepared reportprepareReports(array $reports) : array
inherited_from | \XenForo_ReportHandler_Abstract::prepareReports() |
---|
array
array
viewCallback(\XenForo_View $view, array $report, array $contentInfo) : \XenForo_Template_Abstract | string
see | \global\XenForo_ReportHandler_Abstract::viewCallback() |
---|
\XenForo_View
array
array