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
$access
    public
        string
    $access
    
    
    
    
$dbProfile
    public
        string
    $dbProfile
    
    
    
    
$isInstalled
    public
        string
    $isInstalled
    
    
    
    
$name
    public
        string
    $name
    
    
    
    
$parameters
    public
        array<string|int, mixed>
    $parameters
     = array()
    
        parameters for installation
$skipInstaller
    public
        mixed
    $skipInstaller
     = alse
        
        
    
$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 —serializeParameters()
    public
                serializeParameters() : mixed
        
    
    
        