Documentation

iplist extends tablelist
in package

IP-Listen Objekt

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2011-2020, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

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

$cacheModule

Cache Modul

protected string $cacheModule = ''
Tags
since
3.4

$cacheName

Cache name

protected string $cacheName = false

$data

Data array

protected array<string|int, mixed> $data = []
Tags
since
4.1

$lockCache

IP-locks check cache

protected array<string|int, mixed> $lockCache = []

$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'
Return values
bool

Search results