ePages 6.13.1 - DE_EPAGES/MultiStore/API/Object/AffiliateCategory.pm

Package DE_EPAGES::MultiStore::API::Object::AffiliateCategory

object interface for AffiliateCategory.

Base
DE_EPAGES::Content::API::Object::Category

Functions

className
cloneToSubShop
featureName
getSite

className

Returns the class name, used for DAL access.

Syntax
$ClassName = $Object->className;
Return
$ClassName (String)
class name

cloneToSubShop

Clones an affiliate category to a sub shop

Syntax
cloneToSubShop( $SubShopParent );
Input
$SubShopParent (object)
parent object
Return
$SubShopCategory (DE_EPAGES::MultiStore::API::Object::SubShopCategory)
subshop category

featureName

Returns the feature name.

Syntax
$FeatureName = $Category->featureName;
Return
$FeatureName (String)
feature name (undef means no feature count)

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
$Site (object)
site object, see DE_EPAGES::Object::API::Object::Site