forum_id sets when the permissions are given. Sample: * array( * 'permission' => array( * topic_id => forum_id * ), * ), */ static public function get_topic_auth($topic_ids); /** * Get the data for all reportee form the database * * @param array $reportee_ids Array with the user ids of the reportees * * @return array Returns an array with the reportee data */ static public function get_reportee_data($reportee_ids); /** * Get total log count * * @return int Returns the number of matching logs from the last call to get_logs() */ public function get_log_count(); /** * Get offset of the last valid page * * @return int Returns the offset of the last valid page from the last call to get_logs() */ public function get_valid_offset(); }