Interface CategorySettingsRepositoryInterface
Interface CategorySettingsRepositoryInterface
This interface handles the database operations that concern settings regarding display and visibility mode of category related data of the database. It provides a layer for more complicated methods that use the writer, reader and deleter.
Direct known implementers
Package: Category\Interfaces
Category: System
Located at Services/Core/Category/Repositories/Interfaces/CategorySettingsRepositoryInterface.inc.php
Category: System
Located at Services/Core/Category/Repositories/Interfaces/CategorySettingsRepositoryInterface.inc.php
Methods summary
public
store( IdType $categoryId, CategorySettingsInterface $settings )
Stores the category settings.
public
getCategorySettingsById( IdType $categoryId )
: CategorySettingsInterface
Returns the category settings based on the given ID.