Property | Type | Description | |
---|---|---|---|
$installerContexts | list of sessions Id of the component | ||
$moduleInstaller | |||
$moduleUpgraders | |||
$upgradersContexts |
Method | Description | |
---|---|---|
__construct ( Jelix\Core\Infos\ModuleInfos $moduleInfos, |
||
getInstaller ( |
get the object which is responsible to install the component. this object should implement AbstractInstaller. | |
getUpgraders ( |
return the list of objects which are responsible to upgrade the component from the current installed version of the component. | |
installFinished ( $ep ) | ||
uninstallFinished ( $ep ) | ||
upgradeFinished ( $ep, $upgrader ) |
Method | Description | |
---|---|---|
_formatDate ( $date ) | ||
_setAccess ( |
public __construct ( Jelix\Core\Infos\ModuleInfos $moduleInfos, |
||
$moduleInfos | Jelix\Core\Infos\ModuleInfos | |
$mainInstaller |
public getInstaller ( |
||
$ep | the entry point | |
$installWholeApp | boolean | true if the installation is done during app installation |
return | the installer, or null if there isn't any installer or false if the installer is useless for the given parameter |
public getUpgraders ( |
||
$ep | the entry point | |
return |
protected $installerContexts |