contact_admin_info
class contact_admin_info extends base
Properties
protected string | $name | from base | |
protected bool | $save_changes | from base | |
protected db_text | $config_text |
Methods
Return the highest ID for all existing records
Return all records in given range
{@inheritdoc}
Guess whether given BBCode is in use in given record
Details
at line 36
int
get_max_id()
Return the highest ID for all existing records
at line 44
protected array
get_records_by_range(int $min_id, int $max_id)
Return all records in given range
at line 65
protected
save_record(array $record)
{@inheritdoc}
in
base at line 56
protected array
add_missing_fields(array $record)
Add fields to given record, if applicable
The enable_* fields are not always saved to the database. Sometimes we need to guess their original value based on the text content or possibly other fields
in
base at line 102
string
get_name()
Returns the name of the reparser
in
base at line 112
set_name(string $name)
Sets the name of the reparser
in
base at line 120
disable_save()
Disable saving changes to the database
in
base at line 128
enable_save()
Enable saving changes to the database
in
base at line 140
protected bool
guess_bbcode(array $record, string $bbcode)
Guess whether given BBCode is in use in given record
in
base at line 172
protected bool
guess_bbcodes(array $record)
Guess whether any BBCode is in use in given record
in
base at line 199
protected bool
guess_magic_url(array $record)
Guess whether magic URLs are in use in given record
in
base at line 211
protected bool
guess_smilies(array $record)
Guess whether smilies are in use in given record
in
base at line 219
reparse_range(int $min_id, int $max_id)
Reparse all records in given range
in
base at line 232
protected
reparse_record(array $record)
Reparse given record
at line 28
__construct(db_text $config_text)
Constructor