modules
extends tablelist
in
Modules list
Table of Contents
| $enabledCache | Enabled modules cache | array |
|---|---|---|
| $keyCache | Module key cache | array |
| $dbcon | DB-Verbindung | database |
| $table | Tabellen-Name | string |
| $cache | System-Cache | cache |
| $events | Event-Liste | events |
| $config | System-Config-Objekt | config |
| $language | System-Sprachen-Objekt | language |
| $notifications | Notifications | notifications |
| $cacheName | Cache name | string |
| $cacheModule | Cache Modul | string |
| $data | Data array | array |
| __construct() | Konstruktor | bool |
| getKeysFromDatabase() | Module keys from database | array |
| getFromDatabase() | Fetch modules from database | array |
| getInstalledDatabase() | Fetch installed modules from database | array |
| getInstalledUpdates() | Get installed modules with updates | array |
| getFromRepository() | Fetch module data from repository | array |
| updateFromFilesystem() | Fetch modul data from file system | bool |
| getEnabledDatabase() | Fetch installed and enabled modules from database | array |
| createResult() | Create module result | bool |
| __construct() | Konstruktor | void |
| __call() | Magische Methode für nicht vorhandene Methoden | bool |
| __callStatic() | Magische Methode für nicht vorhandene, statische Methoden | bool |
| __destruct() | Konstruktor | void |
Properties
$enabledCache
Enabled modules cache
private
array
$enabledCache
$keyCache
Module key cache
private
array
$keyCache
$dbcon
DB-Verbindung
protected
database
$dbcon
$table
Tabellen-Name
protected
string
$table
$cache
System-Cache
protected
cache
$cache
$events
Event-Liste
protected
events
$events
$config
System-Config-Objekt
protected
config
$config
$language
System-Sprachen-Objekt
protected
language
$language
$notifications
Notifications
protected
notifications
$notifications
$cacheName
Cache name
protected
string
$cacheName
= false
$cacheModule
Cache Modul
protected
string
$cacheModule
= ''
$data
Data array
protected
array
$data
= []
Methods
__construct()
Konstruktor
public
__construct(
)
: bool
Return values
boolgetKeysFromDatabase()
Module keys from database
public
getKeysFromDatabase(
)
: array
Return values
arraygetFromDatabase()
Fetch modules from database
public
getFromDatabase(
[ $sort :
type
= false ]
)
: array
Parameters
- $sort : type = false
Return values
arraygetInstalledDatabase()
Fetch installed modules from database
public
getInstalledDatabase(
)
: array
Return values
arraygetInstalledUpdates()
Get installed modules with updates
public
getInstalledUpdates(
)
: array
Return values
arraygetFromRepository()
Fetch module data from repository
public
getFromRepository(
)
: array
Return values
arrayupdateFromFilesystem()
Fetch modul data from file system
public
updateFromFilesystem(
)
: bool
Return values
boolgetEnabledDatabase()
Fetch installed and enabled modules from database
public
getEnabledDatabase(
)
: array
Return values
arraycreateResult()
Create module result
private
createResult(
$dataset :
object
, &$modules :
array
)
: bool
Parameters
- $dataset : object
- $modules : array
Return values
bool__construct()
Konstruktor
public
__construct(
)
: void
__call()
Magische Methode für nicht vorhandene Methoden
public
__call(
$name :
string
, $arguments :
mixed
)
: bool
Parameters
- $name : string
- $arguments : mixed
Return values
bool__callStatic()
Magische Methode für nicht vorhandene, statische Methoden
public
static __callStatic(
$name :
string
, $arguments :
mixed
)
: bool
Parameters
- $name : string
- $arguments : mixed
Return values
bool__destruct()
Konstruktor
public
__destruct(
)
: void