Documentation

items extends tablelist

Word Ban Item Object List

Table of Contents

$dbcon DB-Verbindung database
$table Tabellen-Name string
$cache System-Cache cache
$events Event-Liste events
$config System-Config-Objekt config
$language System-Sprachen-Objekt language
$notifications Notifications notifications
$cacheName Cache name string
$cacheModule Cache Modul string
$data Data array array
__construct() Konstruktor void
getItems() Ruft Liste von Text-Sperren ab array
deleteItems() Löscht Wort-Sperren bool
replaceItems() Ersetzt gefundene Wörter/ Zeichenketten durch Ersetzungstext string
checkArticleApproval() Prüft, ob Suchtext in $text angegeben ist um Artikel auf zu Prüfung zu setzen bool
checkCommentApproval() Prüft, ob Suchtext in $text angegeben ist um Kommentar auf zu Prüfung zu setzen bool
__construct() Konstruktor void
__call() Magische Methode für nicht vorhandene Methoden bool
__callStatic() Magische Methode für nicht vorhandene, statische Methoden bool
__destruct() Konstruktor void

Properties

$table

Tabellen-Name

protected string $table

$cacheName

Cache name

protected string $cacheName = false

$cacheModule

Cache Modul

protected string $cacheModule = ''

Methods

__construct()

Konstruktor

public __construct( ) : void

getItems()

Ruft Liste von Text-Sperren ab

public getItems( ) : array
Return values
array

deleteItems()

Löscht Wort-Sperren

public deleteItems( $ids : array ) : bool
Parameters
$ids : array
Return values
bool

replaceItems()

Ersetzt gefundene Wörter/ Zeichenketten durch Ersetzungstext

public replaceItems( $text : string ) : string
Parameters
$text : string
Return values
string

checkArticleApproval()

Prüft, ob Suchtext in $text angegeben ist um Artikel auf zu Prüfung zu setzen

public checkArticleApproval( $text : string ) : bool
Parameters
$text : string
Tags
since
Return values
bool

checkCommentApproval()

Prüft, ob Suchtext in $text angegeben ist um Kommentar auf zu Prüfung zu setzen

public checkCommentApproval( $text : string ) : bool
Parameters
$text : string
Tags
since
Return values
bool

__construct()

Konstruktor

public __construct( ) : void

__call()

Magische Methode für nicht vorhandene Methoden

public __call( $name : string , $arguments : mixed ) : bool
Parameters
$name : string
$arguments : mixed
Return values
bool

__callStatic()

Magische Methode für nicht vorhandene, statische Methoden

public static __callStatic( $name : string , $arguments : mixed ) : bool
Parameters
$name : string
$arguments : mixed
Return values
bool

__destruct()

Konstruktor

public __destruct( ) : void

Search results