modules
extends staticModel
in package
Module Updater 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
- $fileOption : fileOption
- File option object for repo data
- $list : array<string|int, mixed>
- Data cache
- __construct() : void
- Initialisiert System Updater
- getCacheName() : string
- Cache-Name zurückgeben
- getData() : array<string|int, mixed>
- Returns module repo data
- getDataCachedByKey() : array<string|int, mixed>
- Returns module repo data by key
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
$fileOption
File option object for repo data
private
fileOption
$fileOption
$list
Data cache
private
array<string|int, mixed>
$list
= []
Methods
__construct()
Initialisiert System Updater
public
__construct() : void
Return values
void —getCacheName()
Cache-Name zurückgeben
public
getCacheName([string $addName = '' ]) : string
Parameters
- $addName : string = ''
Return values
string —getData()
Returns module repo data
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed> —getDataCachedByKey()
Returns module repo data by key
public
getDataCachedByKey(string $key) : array<string|int, mixed>
Parameters
- $key : string