Properties of a module, and values about its installation status
| package |
jelix |
|---|
__construct(string $name, array $config)
stringthe name of the module
arrayconfiguration of modules ([modules] section)
serializeParameters()
name : string
| var |
|---|
string
access : string
| var |
|---|
string
dbProfile : string
| var |
|---|
string
isInstalled : string
| var |
|---|
string
version : string
It could be different from the version of sources when the upgrade of the module has not been done yet.
| var |
|---|
string
parameters : array
| var |
parameters for installation |
|---|
array
skipInstaller :