Jelix 1.6.40

jInstallerModuleInfos
in package

Properties of a module, and values about its installation status

Table of Contents

$access  : string
$dbProfile  : string
$isInstalled  : string
$name  : string
$parameters  : array<string|int, mixed>
$skipInstaller  : mixed
$version  : string
version that have been installed
__construct()  : mixed
serializeParameters()  : mixed

Properties

$version

version that have been installed

public string $version

It could be different from the version of sources when the upgrade of the module has not been done yet.

Methods

__construct()

public __construct(string $name, array<string|int, mixed> $config) : mixed
Parameters
$name : string

the name of the module

$config : array<string|int, mixed>

configuration of modules ([modules] section)

Return values
mixed

Search results