Documentation

iplist extends tablelist

IP-Listen Objekt

Table of Contents

$lockCache IP-locks check cache array
$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
getIpAll() Liefert IP-Adressen aus Datenbank zurück array
ipIsLocked() Prüft ob IP-Adresse gesperrt ist bool
deleteIpAdresses() Löscht IP-Adressen aus Datenbank 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

$lockCache

IP-locks check cache

protected array $lockCache = []

$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

getIpAll()

Liefert IP-Adressen aus Datenbank zurück

public getIpAll( ) : array
Return values
array

ipIsLocked()

Prüft ob IP-Adresse gesperrt ist

public ipIsLocked( [ $lockType : string = 'noaccess' ] ) : bool
Parameters
$lockType : string = 'noaccess'
Return values
bool

deleteIpAdresses()

Löscht IP-Adressen aus Datenbank

public deleteIpAdresses( $ids : array ) : bool
Parameters
$ids : array
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