report_handler_interface
interface report_handler_interface
Methods
null
add_report(int $id, int $reason_id, string $report_text, int $user_notify)
Reports a message
null
validate_report_request(int $id)
Checks if the message is reportable
Details
at line 31
null
add_report(int $id, int $reason_id, string $report_text, int $user_notify)
Reports a message
at line 42
null
validate_report_request(int $id)
Checks if the message is reportable