Interface CategoryRepositoryReaderInterface
This interface defines methods for fetching category records from the database and is used in the category repository among the classes for writing and deleting category records.
category |
System |
---|---|
package |
Category |
subpackage |
Interfaces |
getById(\IdType $categoryId) : \StoredCategoryInterface
getByParentId(\IdType $parentId) : \IdCollection
getCategoryIdsTree(\IdType $parentCategoryId) : \IdCollection