Interface ProductSettingsRepositoryInterface

Interface ProductSettingsRepositoryInterface

Direct known implementers

ProductSettingsRepository

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.