Documentation

smileylist extends filelist

Smiley list object

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
getDatabaseList() Gibt Smiley-Liste in Datenbank zurück array[]
deleteSmileys() Löscht mehrere Smileys auf einmal bool
getSmileysPublic() Returns front end smiley list string string
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 = ''

$table

Tabellen-Name

protected string $table

$cacheName

Cache name

protected string $cacheName = false

$cacheModule

Cache Modul

protected string $cacheModule = ''

Methods

__construct()

Konstruktor

public __construct( ) : mixed
Return values
mixed

getDatabaseList()

Gibt Smiley-Liste in Datenbank zurück

public getDatabaseList( [ $cached : type = false ] ) : array[]
Parameters
$cached : type = false
Return values
array[]

deleteSmileys()

Löscht mehrere Smileys auf einmal

public deleteSmileys( $items : array ) : bool
Parameters
$items : array
Return values
bool

getSmileysPublic()

Returns front end smiley list string

public getSmileysPublic( ) : string
Return values
string

getFolderList()

Gibt Liste von Dateien mit den erlaubten Dateierweiterungen zurück

public getFolderList( ) : array
Return values
array

getPathprefix()

Gibt Pfadprefix zurück

public getPathprefix( ) : string
Return values
string

setPathprefix()

Setzt Pfadprefix

public setPathprefix( $pathprefix : string ) : mixed
Parameters
$pathprefix : string
Return values
mixed

removeBasePath()

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

Search results