Package DE_EPAGES::MultiStore::API::Object::AffiliateCategory
object interface for AffiliateCategory.
Base |
DE_EPAGES::Content::API::Object::Category |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $Object->className; |
Return |
|
cloneToSubShop
Clones an affiliate category to a sub shop
Syntax |
$NewSubShopCategory = $Category->cloneToSubShop( $SubShopCategory ); |
Input |
|
Return |
|
featureName
Returns the feature name.
Syntax |
$FeatureName = $Category->featureName; |
Return |
|
getSite
Returns the site of the current session, and if not set, use default implementation and get the site of this object
Syntax |
$Site = $Object->getSite; |
Return |
|