jInstallerModuleInfos

Properties of a module, and values about its installation status

package

jelix

Methods

__construct

__construct(string $name, array $config) 

Arguments

$name

string

the name of the module

$config

array

configuration of modules ([modules] section)

serializeParameters

serializeParameters() 

Properties

name

name : string
var

Type(s)

string

access

access : string
var

Type(s)

string

dbProfile

dbProfile : string
var

Type(s)

string

isInstalled

isInstalled : string
var

Type(s)

string

version that have been installed

version : string

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

var

Type(s)

string

parameters for installation

parameters : array
var

parameters for installation

Type(s)

array

skipInstaller

skipInstaller : 

Type(s)