ePages 6.11.0 - DE_EPAGES/Catalog/API/Object/CategorySpecialOffer.pm

Package DE_EPAGES::Catalog::API::Object::CategorySpecialOffer

object interface for Category.

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

Functions

featureName
requiredChildClass

featureName

Returns the feature name.

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

requiredChildClass

Returns the name of the class a new child is required to be an instance of or undef if no class is allowed (no children).

Syntax
$RequiredChildClass = $CategorySpecialOffer->requiredChildClass;
Return
$RequiredChildClass (String)
name of a class, i.e. "Object"