templatefilelist
extends filelist
in
Article template file list
Table of Contents
$exts | erlaute Dateierweiterungen | array |
---|---|---|
$basepath | Dateilisten-Basispfad | string |
$pathprefix | Dateilisten-Basispfad | string |
$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 | mixed |
getUploadFolderSize() | Gibt aktuelle Größe des upload-Ordners in byte zurück | int |
getFolderList() | Gibt Liste von Dateien zurück | array |
getFolderObjectList() | Gibt Liste von Dateiobjekte zurück | array |
getFolderList() | Gibt Liste von Dateien mit den erlaubten Dateierweiterungen zurück | array |
getPathprefix() | Gibt Pfadprefix zurück | string |
setPathprefix() | Setzt Pfadprefix | mixed |
removeBasePath() | Removes base path from give path | 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
$exts
erlaute Dateierweiterungen
protected
array
$exts
= []
$basepath
Dateilisten-Basispfad
protected
string
$basepath
= ''
$pathprefix
Dateilisten-Basispfad
protected
string
$pathprefix
= ''
$dbcon
DB-Verbindung
protected
database
$dbcon
$table
Tabellen-Name
protected
string
$table
$cache
System-Cache
protected
cache
$cache
$events
Event-Liste
protected
events
$events
$config
System-Config-Objekt
protected
config
$config
$language
System-Sprachen-Objekt
protected
language
$language
$notifications
Notifications
protected
notifications
$notifications
$cacheName
Cache name
protected
string
$cacheName
= false
$cacheModule
Cache Modul
protected
string
$cacheModule
= ''
$data
Data array
protected
array
$data
= []
Methods
__construct()
Konstruktor
public
__construct(
)
: mixed
Return values
mixedgetUploadFolderSize()
Gibt aktuelle Größe des upload-Ordners in byte zurück
public
getUploadFolderSize(
)
: int
Return values
intgetFolderList()
Gibt Liste von Dateien zurück
public
getFolderList(
)
: array
Return values
arraygetFolderObjectList()
Gibt Liste von Dateiobjekte zurück
public
getFolderObjectList(
)
: array
Tags
Return values
arraygetFolderList()
Gibt Liste von Dateien mit den erlaubten Dateierweiterungen zurück
public
getFolderList(
)
: array
Return values
arraygetPathprefix()
Gibt Pfadprefix zurück
public
getPathprefix(
)
: string
Return values
stringsetPathprefix()
Setzt Pfadprefix
public
setPathprefix(
$pathprefix :
string
)
: mixed
Parameters
- $pathprefix : string
Return values
mixedremoveBasePath()
Removes base path from give path
public
removeBasePath(
&$path :
string
)
: bool
Parameters
- $path : string
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