Package DE_EPAGES::MultiStore::API::Object::SubShopCategory
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 |
|
deleteFiles
Deletes the directory StaticPath and the symbolic link to PublicPath.
Syntax |
$Object->deleteFiles; |
featureName
Returns the feature name.
Syntax |
$FeatureName = $Product->featureName; |
Return |
|
importXML
Imports an object from an XML file. This function is called at the XML start tag.
Syntax |
$Object = DE_EPAGES::MultiStore::API::Object::SubShopCategory->importXML($Handler, $hElement, $Class, $hAttributes); |
Input |
|
Return |
|