Class StoredCategory
Class StoredCategory
This class extends the Category class and represents a persisted category with an unique ID.
- Category implements CategoryInterface
- ┗ StoredCategory implements StoredCategoryInterface
Category: System
Located at Services/Core/Category/Entities/StoredCategory.inc.php
Methods summary
public
setParentId( IdType $categoryId )
: StoredCategory|StoredCategory
Sets the parent ID of the category.
Methods inherited from Category
addAddonValues(),
deleteAddonValue(),
getAddedDateTime(),
getAddonValue(),
getAddonValues(),
getDescription(),
getHeadingTitle(),
getIcon(),
getImage(),
getImageAltText(),
getLastModifiedDateTime(),
getMetaDescription(),
getMetaKeywords(),
getMetaTitle(),
getName(),
getParentId(),
getSettings(),
getSortOrder(),
getUrlKeywords(),
getUrlRewrite(),
getUrlRewrites(),
isActive(),
setActive(),
setAddedDateTime(),
setAddonValue(),
setDescription(),
setHeadingTitle(),
setIcon(),
setImage(),
setImageAltText(),
setLastModifiedDateTime(),
setMetaDescription(),
setMetaKeywords(),
setMetaTitle(),
setName(),
setSettings(),
setSortOrder(),
setUrlKeywords(),
setUrlRewrite(),
setUrlRewrites()
Properties summary
Properties inherited from Category
$active,
$addonValues,
$altTexts,
$dateAdded,
$descriptions,
$headingTitles,
$icon,
$image,
$lastModified,
$metaDescriptions,
$metaKeywords,
$metaTitles,
$names,
$parentId,
$settings,
$sortOrder,
$urlKeywords,
$urlRewrites