backuplist
extends filelist
in package
Backup files list object
Tags
Table of Contents
- $basepath : string
- Dateilisten-Basispfad
- $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
- $exts : array<string|int, mixed>
- erlaute Dateierweiterungen
- $language : language
- System-Sprachen-Objekt
- $notifications : notifications
- Notifications
- $pathprefix : string
- Dateilisten-Basispfad
- $table : string
- Tabellen-Name
- __construct() : mixed
- Konstruktor
- __destruct() : void
- Konstruktor
- getFolderList() : array<string|int, mixed>
- Gibt Liste von Dateien mit den erlaubten Dateierweiterungen zurück
- getPathprefix() : string
- Gibt Pfadprefix zurück
- getUploadFolderSize() : int
- Gibt aktuelle Größe des upload-Ordners in byte zurück
- removeBasePath() : bool
- Removes base path from give path
- setPathprefix() : mixed
- Setzt Pfadprefix
Properties
$basepath
Dateilisten-Basispfad
protected
string
$basepath
= ''
$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
$exts
erlaute Dateierweiterungen
protected
array<string|int, mixed>
$exts
= []
$language
System-Sprachen-Objekt
protected
language
$language
$notifications
Notifications
protected
notifications
$notifications
Tags
$pathprefix
Dateilisten-Basispfad
protected
string
$pathprefix
= ''
$table
Tabellen-Name
protected
string
$table
Methods
__construct()
Konstruktor
public
__construct() : mixed
Return values
mixed —__destruct()
Konstruktor
public
__destruct() : void
Return values
void —getFolderList()
Gibt Liste von Dateien mit den erlaubten Dateierweiterungen zurück
public
getFolderList() : array<string|int, mixed>
Return values
array<string|int, mixed> —getPathprefix()
Gibt Pfadprefix zurück
public
getPathprefix() : string
Return values
string —getUploadFolderSize()
Gibt aktuelle Größe des upload-Ordners in byte zurück
public
getUploadFolderSize() : int
Return values
int —removeBasePath()
Removes base path from give path
public
removeBasePath(string &$path) : bool
Parameters
- $path : string
Return values
bool —setPathprefix()
Setzt Pfadprefix
public
setPathprefix(string $pathprefix) : mixed
Parameters
- $pathprefix : string