Package DE_EPAGES::Cartridge::API::Cartridge
This package provides the main cartridge class for install/patch/uninstall.
Functions
install
Installs the cartridge.
Syntax |
$Installer->install; |
isInstalled
Tests if cartridge is installed on database.
Syntax |
$Installer->isInstalled; |
new
Creates a new installer object of DE_EPAGES::Cartridge.
Syntax |
$Installer = DE_EPAGES::Cartridge::API::Cartridge->new(%options); |
Input |
|
Return |
|
uninstall
Uninstalls the cartridge.
Syntax |
$Installer->uninstall; |