Documentation

smileylist extends filelist
in package

Smiley list object

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

$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
deleteSmileys()  : bool
Löscht mehrere Smileys auf einmal
getDatabaseList()  : array<string|int, array<string|int, mixed>>
Gibt Smiley-Liste in Datenbank zurück
getFolderList()  : array<string|int, mixed>
Gibt Liste von Dateien mit den erlaubten Dateierweiterungen zurück
getPathprefix()  : string
Gibt Pfadprefix zurück
getSmileysPublic()  : string
Returns front end smiley list string
removeBasePath()  : bool
Removes base path from give path
setPathprefix()  : mixed
Setzt Pfadprefix

Properties

$basepath

Dateilisten-Basispfad

protected string $basepath = ''

$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

$exts

erlaute Dateierweiterungen

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

$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

deleteSmileys()

Löscht mehrere Smileys auf einmal

public deleteSmileys(array<string|int, mixed> $items) : bool
Parameters
$items : array<string|int, mixed>
Return values
bool

getDatabaseList()

Gibt Smiley-Liste in Datenbank zurück

public getDatabaseList([type $cached = false ]) : array<string|int, array<string|int, mixed>>
Parameters
$cached : type = false
Return values
array<string|int, array<string|int, mixed>>

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

getSmileysPublic()

Returns front end smiley list string

public getSmileysPublic() : string
Return values
string

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
Return values
mixed

Search results