Documentation

modules extends staticModel

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 = []

$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
array

getDataCachedByKey()

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 = ''
Return values
string

Search results