Interface ProductSettingsRepositoryInterface
Interface ProductSettingsRepositoryInterface
Direct known implementers
Package: Product\Interfaces
Category: System
Located at Services/Core/Product/Repositories/Interfaces/ProductSettingsRepositoryInterface.inc.php
Category: System
Located at Services/Core/Product/Repositories/Interfaces/ProductSettingsRepositoryInterface.inc.php
Methods summary
public
store( IdType $productId, ProductSettingsInterface $settings )
: ProductSettingsRepositoryInterface|ProductSettingsRepositoryInterface
Saves product settings in the database by the given id.
public
getProductSettingsById( IdType $productId )
: ProductSettingsInterface
Returns product settings by the given product id.