PHP Interface phpbb\textreparser\reparser_interface

Datei anzeigen Open project: phpbb/phpbb

Public Methods

Method Description
get_max_id ( ) : integer Return the highest ID for all existing records
get_name ( ) : string Returns the name of the reparser
reparse_range ( integer $min_id, integer $max_id ) Reparse all records in given range
set_name ( string $name ) Sets the name of the reparser

Method Details

get_max_id() public method

Return the highest ID for all existing records
public get_max_id ( ) : integer
return integer

get_name() public method

Returns the name of the reparser
public get_name ( ) : string
return string Name of reparser

reparse_range() public method

Reparse all records in given range
public reparse_range ( integer $min_id, integer $max_id )
$min_id integer Lower bound
$max_id integer Upper bound

set_name() public method

Sets the name of the reparser
public set_name ( string $name )
$name string The reparser name