containers
extends staticModel
in package
implements
ArrayAccess
Recent articles dashboard container object
Tags
Interfaces, Classes, Traits and Enums
- ArrayAccess
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
- $prefix : string
- __construct() : void
- Konstruktor
- addContainer() : bool
- Add single container
- addContainers() : bool
- Add multiple containers
- getCacheName() : string
- Cache-Name zurückgeben
- getContainers() : array<string|int, mixed>
- Get conatiners list
- hasContainers() : bool
- Check if containers included
- resetPrefix() : void
- Reset prefix
- setPrefix() : $this
- Set conatiern prefix
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
$prefix
private
string
$prefix
= ''
Methods
__construct()
Konstruktor
public
__construct() : void
Return values
void —addContainer()
Add single container
public
addContainer(string $container) : bool
Parameters
- $container : string
Return values
bool —addContainers()
Add multiple containers
public
addContainers(array<string|int, mixed> $containers) : bool
Parameters
- $containers : array<string|int, mixed>
-
items must be string
Return values
bool —getCacheName()
Cache-Name zurückgeben
public
getCacheName([string $addName = '' ]) : string
Parameters
- $addName : string = ''
Return values
string —getContainers()
Get conatiners list
public
getContainers() : array<string|int, mixed>
Return values
array<string|int, mixed> —hasContainers()
Check if containers included
public
hasContainers() : bool
Return values
bool —resetPrefix()
Reset prefix
public
final resetPrefix() : void
Return values
void —setPrefix()
Set conatiern prefix
public
setPrefix(string $prefix) : $this
Parameters
- $prefix : string