interface reparser_interface
Methods
integer |
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(integer $min_id, integer $max_id)
Reparse all records in given range |
Details
at line 23
public integer
get_max_id()
Return the highest ID for all existing records
at line 30
public string
get_name()
Returns the name of the reparser
at line 37
public
set_name(string $name)
Sets the name of the reparser
at line 45
public
reparse_range(integer $min_id, integer $max_id)
Reparse all records in given range