Package DE_EPAGES::Installer::API::Install
API functions for installing and uninstalling cartridges.
@EXPORT_OK |
Functions
- InstallStore
- InstallStoreTypeDir
- TestInstallStore
- TestUninstallStore
- UninstallStore
- UninstallStoreTypeDir
InstallStore
Installs cartridges into the active database (no tests).
Syntax |
InstallStore($aPackages, $hOptions); |
Example |
InstallStore(['DE_EPAGES::WorldPay'], $hOptions); |
Input |
|
InstallStoreTypeDir
Installs the store type directory for the given store type.
Syntax |
InstallStoreTypeDir($StoreType, $aPackages, $Version, $hOptions); |
Input |
|
TestInstallStore
Tests if the given cartridges can be installed into the active database.
Syntax |
$ahReasons = TestInstallStore($aPackages, $hOptions); |
Input |
|
Return |
|
TestUninstallStore
Tests uninstall (multiple packages) in an active store.
Syntax |
$ahReasons = TestUninstallStore($aPackages, $hOptions); |
Input |
|
Return |
|
UninstallStore
Uninstalls cartridges from the active database (no tests).
Syntax |
UninstallStore($aPackages, $hOptions); |
Input |
|
UninstallStoreTypeDir
Uninstalls the store type directory for the given store type.
Syntax |
UninstallStoreTypeDir($StoreType, $aCartridges, $Version); |
Input |
|