PHP Interface phpbb\textreparser\reparser_interface

Afficher le fichier Open project: phpbb/phpbb

Méthodes publiques

Méthode 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 méthode

Return the highest ID for all existing records
public get_max_id ( ) : integer
Résultat integer

get_name() public méthode

Returns the name of the reparser
public get_name ( ) : string
Résultat string Name of reparser

reparse_range() public méthode

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 méthode

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