Package DE_EPAGES::ShopTransfer::API::Delete
Implementation of functions and methods related to deletion.
Functions
deleteAllShops
Removes all shops.
Syntax |
$del->deleteAllShops($hOptions); |
Input |
|
deleteShop
Removes all data from shop.
Syntax |
$del->deleteShop($ShopAlias, $hOptions, $ShopID); |
Input |
|
deleteTable
Removes data from table of a site (shop).
Syntax |
$del->deleteTable($Table, $SiteID, $hOptions); |
Input |
|