iplist
extends tablelist
in package
IP-Listen Objekt
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
- $lockCache : array<string|int, mixed>
- IP-locks check cache
- $notifications : notifications
- Notifications
- $table : string
- Tabellen-Name
- __construct() : void
- Konstruktor
- __destruct() : void
- Konstruktor
- deleteIpAdresses() : bool
- Löscht IP-Adressen aus Datenbank
- getIpAll() : array<string|int, mixed>
- Liefert IP-Adressen aus Datenbank zurück
- ipIsLocked() : bool
- Prüft ob IP-Adresse gesperrt ist
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
$lockCache
IP-locks check cache
protected
array<string|int, mixed>
$lockCache
= []
$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 —deleteIpAdresses()
Löscht IP-Adressen aus Datenbank
public
deleteIpAdresses(array<string|int, mixed> $ids) : bool
Parameters
- $ids : array<string|int, mixed>
Return values
bool —getIpAll()
Liefert IP-Adressen aus Datenbank zurück
public
getIpAll([string $sorting = '' ]) : array<string|int, mixed>
Parameters
- $sorting : string = ''
Return values
array<string|int, mixed> —ipIsLocked()
Prüft ob IP-Adresse gesperrt ist
public
ipIsLocked([string $lockType = 'noaccess' ]) : bool
Parameters
- $lockType : string = 'noaccess'