interface reparser_interface

Methods

int
get_max_id()

Return the highest ID for all existing records

string
get_name()

Returns the name of the reparser

set_name(string $name)

Sets the name of the reparser

reparse_range(int $min_id, int $max_id, bool $force_bbcode_reparsing = false)

Reparse all records in given range

Details

at line 23
int get_max_id()

Return the highest ID for all existing records

Return Value

int

at line 30
string get_name()

Returns the name of the reparser

Return Value

string

Name of reparser

at line 37
set_name(string $name)

Sets the name of the reparser

Parameters

string $name

The reparser name

at line 46
reparse_range(int $min_id, int $max_id, bool $force_bbcode_reparsing = false)

Reparse all records in given range

Parameters

int $min_id

Lower bound

int $max_id

Upper bound

bool $force_bbcode_reparsing

Flag indicating if BBCode should be reparsed unconditionally