items
extends tablelist
in package
Word Ban Item Object List
Tags
Table of Contents
- $cache : cache
- System-Cache
- $cacheModule : string
- Cache Modul
- $cacheName : string
- Cache name
- $config : config
- System-Config-Objekt
- $data : array<string|int, mixed>
- Data array
- $dbcon : database
- DB-Verbindung
- $events : events
- Event-Liste
- $language : language
- System-Sprachen-Objekt
- $notifications : notifications
- Notifications
- $table : string
- Tabellen-Name
- __construct() : void
- Konstruktor
- __destruct() : void
- Konstruktor
- checkArticleApproval() : bool
- Prüft, ob Suchtext in $text angegeben ist um Artikel auf zu Prüfung zu setzen
- checkCommentApproval() : bool
- Prüft, ob Suchtext in $text angegeben ist um Kommentar auf zu Prüfung zu setzen
- deleteItems() : bool
- Löscht Wort-Sperren
- getItems() : array<string|int, mixed>
- Ruft Liste von Text-Sperren ab
- replaceItems() : string
- Ersetzt gefundene Wörter/ Zeichenketten durch Ersetzungstext
Properties
$cache
System-Cache
protected
cache
$cache
$cacheModule
Cache Modul
protected
string
$cacheModule
= ''
Tags
$cacheName
Cache name
protected
string
$cacheName
= false
$config
System-Config-Objekt
protected
config
$config
$data
Data array
protected
array<string|int, mixed>
$data
= []
Tags
$dbcon
DB-Verbindung
protected
database
$dbcon
$events
Event-Liste
protected
events
$events
$language
System-Sprachen-Objekt
protected
language
$language
$notifications
Notifications
protected
notifications
$notifications
Tags
$table
Tabellen-Name
protected
string
$table
Methods
__construct()
Konstruktor
public
__construct() : void
Return values
void —__destruct()
Konstruktor
public
__destruct() : void
Return values
void —checkArticleApproval()
Prüft, ob Suchtext in $text angegeben ist um Artikel auf zu Prüfung zu setzen
public
checkArticleApproval(string $text) : bool
Parameters
- $text : string
Tags
Return values
bool —checkCommentApproval()
Prüft, ob Suchtext in $text angegeben ist um Kommentar auf zu Prüfung zu setzen
public
checkCommentApproval(string $text) : bool
Parameters
- $text : string
Tags
Return values
bool —deleteItems()
Löscht Wort-Sperren
public
deleteItems(array<string|int, mixed> $ids) : bool
Parameters
- $ids : array<string|int, mixed>
Return values
bool —getItems()
Ruft Liste von Text-Sperren ab
public
getItems() : array<string|int, mixed>
Return values
array<string|int, mixed> —replaceItems()
Ersetzt gefundene Wörter/ Zeichenketten durch Ersetzungstext
public
replaceItems(string $text) : string
Parameters
- $text : string