Class CategoryListItem
Class CategoryListItem
This class represents a flattened category with just its essential data. The object stores language specific data only in one language and is mainly used inside a CategoryListItemCollection for displaying among other CategoryListItems in a list. The class provides only read access and can not use to manipulate and persist categories data.
Package: Category\Entities
Category: System
Located at Services/Core/Category/Entities/CategoryListItem.inc.php
Category: System
Located at Services/Core/Category/Entities/CategoryListItem.inc.php
Methods summary
public
__construct( CategoryRepositoryInterface $categoryRepo, CategoryListProviderInterface $categoryListProvider, IdType $categoryId, IdType $parentId, BoolType $active, StringType $name, StringType $headingTitle, StringType $description, StringType $urlKeywords, StringType $image, StringType $imageAltText, StringType $icon )
CategoryListItem constructor.