reparser_interface
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
at line 30
string
get_name()
Returns the name of the reparser
at line 37
set_name(string $name)
Sets the name of the reparser
at line 46
reparse_range(int $min_id, int $max_id, bool $force_bbcode_reparsing = false)
Reparse all records in given range