phpbb\textreparser\base::reparse_range PHP Method

reparse_range() public method

public reparse_range ( $min_id, $max_id )
    public function reparse_range($min_id, $max_id)
    {
        foreach ($this->get_records_by_range($min_id, $max_id) as $record) {
            $this->reparse_record($record);
        }
    }