Documentation

modules extends tablelist

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

$table

Tabellen-Name

protected string $table

$cacheName

Cache name

protected string $cacheName = false

$cacheModule

Cache Modul

protected string $cacheModule = ''

Methods

__construct()

Konstruktor

public __construct( ) : bool
Return values
bool

getKeysFromDatabase()

Module keys from database

public getKeysFromDatabase( ) : array
Return values
array

getFromDatabase()

Fetch modules from database

public getFromDatabase( [ $sort : type = false ] ) : array
Parameters
$sort : type = false
Return values
array

getInstalledDatabase()

Fetch installed modules from database

public getInstalledDatabase( ) : array
Return values
array

getInstalledUpdates()

Get installed modules with updates

public getInstalledUpdates( ) : array
Return values
array

getFromRepository()

Fetch module data from repository

public getFromRepository( ) : array
Return values
array

updateFromFilesystem()

Fetch modul data from file system

public updateFromFilesystem( ) : bool
Return values
bool

getEnabledDatabase()

Fetch installed and enabled modules from database

public getEnabledDatabase( ) : array
Return values
array

createResult()

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

Search results