modules
extends staticModel
in
Module Updater Objekt
Table of Contents
$list | Data cache | array |
---|---|---|
$fileOption | File option object for repo data | fileOption |
$data | Data array | array |
$cache | Cache object | cache |
$events | Event list | events |
$config | Config object | config |
$language | Sprachobjekt | language |
$session | Session objekt | session |
$notifications | Notifications | notifications |
$permissions | Permissions | permissions |
$cacheName | Cache name | string |
$cacheModule | Cache Modul | string |
__construct() | Initialisiert System Updater | void |
getData() | Returns module repo data | array |
getDataCachedByKey() | Returns module repo data by key | array |
__construct() | Konstruktor | void |
getCacheName() | Cache-Name zurückgeben | string |
Properties
$list
Data cache
private
array
$list
= []
$fileOption
File option object for repo data
private
fileOption
$fileOption
$data
Data array
protected
array
$data
$cache
Cache object
protected
cache
$cache
$events
Event list
protected
events
$events
$config
Config object
protected
config
$config
$language
Sprachobjekt
protected
language
$language
$session
Session objekt
protected
session
$session
$notifications
Notifications
protected
notifications
$notifications
$permissions
Permissions
protected
permissions
$permissions
$cacheName
Cache name
protected
string
$cacheName
= false
$cacheModule
Cache Modul
protected
string
$cacheModule
= ''
Methods
__construct()
Initialisiert System Updater
public
__construct(
)
: void
getData()
Returns module repo data
public
getData(
)
: array
Return values
arraygetDataCachedByKey()
Returns module repo data by key
public
getDataCachedByKey(
$key :
string
)
: array
Parameters
- $key : string
Return values
array__construct()
Konstruktor
public
__construct(
)
: void
getCacheName()
Cache-Name zurückgeben
public
getCacheName(
[ $addName :
string
= '' ]
)
: string
Parameters
- $addName : string = ''