ePages 6.10 - DE_EPAGES/Content/API/Object/Category.pm

Package DE_EPAGES::Content::API::Object::Category

object interface for Category.

Base
DE_EPAGES::Content::API::Object::ContentObject

Functions

createURI
featureName
requiredChildClass

createURI

Returns a suggestion for a short url.

Syntax
$URI = $Object->createURI($Name, $Parent, $LanguageID);
Return
$URI (string)
suggested URI

featureName

Returns the feature name.

Syntax
$FeatureName = $Category->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 = $ContentObject->requiredChildClass;
Return
$RequiredChildClass (String)
name of a class, i.e. "Object"