Package DE_EPAGES::MultiStore::API::Object::SubShopProduct
object interface for SubShopProduct.
Base |
DE_EPAGES::MultiStore::API::Object::SubShopObject DE_EPAGES::Product::API::Object::Product |
Functions
canClone
Check if a object can be cloned.
Syntax |
$Object->canClone(); |
Return |
|
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $Product->className; |
Return |
|
decrementFeature
Do not decrement a feature on SubShopProducts.
Syntax |
decrementFeature() |
deleteFiles
Deletes the directory StaticPath and the symbolic link to PublicPath, but not for sub products.
Syntax |
$Object->deleteFiles; |
featureName
Returns the feature name.
Syntax |
$FeatureName = $Product->featureName; |
Return |
|
incrementFeature
Do not increment a feature on SubShopProducts.
Syntax |
incrementFeature() |