templatelist
extends staticModel
in package
Template Listen Objekt
Tags
Table of Contents
- $cache : cache
- Cache object
- $cacheModule : string
- Cache Modul
- $cacheName : string
- Cache name
- $config : config
- Config object
- $data : array<string|int, mixed>
- Data array
- $events : events
- Event list
- $language : language
- Sprachobjekt
- $notifications : notifications
- Notifications
- $permissions : permissions
- Permissions
- $session : session
- Session objekt
- __construct() : void
- Konstruktor
- getArticleTemplates() : array<string|int, mixed>
- Gibt Liste mit allen Templates für die News/Artikel-Anzeige zurück
- getCacheName() : string
- Cache-Name zurückgeben
- getCommentTemplates() : array<string|int, mixed>
- Gibt Liste mit allen Templates für die Kommentar-Anzeige zurück
- getCommonTemplates() : array<string|int, mixed>
- Gibt Liste mit allen Templates für sonstige Anzeigen zurück
- getList() : array<string|int, mixed>
- Erzeugt Template-Liste
Properties
$cache
Cache object
protected
cache
$cache
$cacheModule
Cache Modul
protected
string
$cacheModule
= ''
Tags
$cacheName
Cache name
protected
string
$cacheName
= false
$config
Config object
protected
config
$config
$data
Data array
protected
array<string|int, mixed>
$data
$events
Event list
protected
events
$events
$language
Sprachobjekt
protected
language
$language
$notifications
Notifications
protected
notifications
$notifications
Tags
$permissions
Permissions
protected
permissions
$permissions
Tags
$session
Session objekt
protected
session
$session
Methods
__construct()
Konstruktor
public
__construct() : void
Return values
void —getArticleTemplates()
Gibt Liste mit allen Templates für die News/Artikel-Anzeige zurück
public
getArticleTemplates() : array<string|int, mixed>
Return values
array<string|int, mixed> —getCacheName()
Cache-Name zurückgeben
public
getCacheName([string $addName = '' ]) : string
Parameters
- $addName : string = ''
Return values
string —getCommentTemplates()
Gibt Liste mit allen Templates für die Kommentar-Anzeige zurück
public
getCommentTemplates() : array<string|int, mixed>
Return values
array<string|int, mixed> —getCommonTemplates()
Gibt Liste mit allen Templates für sonstige Anzeigen zurück
public
getCommonTemplates() : array<string|int, mixed>
Return values
array<string|int, mixed> —getList()
Erzeugt Template-Liste
private
getList(array<string|int, mixed> $templates) : array<string|int, mixed>
Parameters
- $templates : array<string|int, mixed>