Interface ProductAttributeRepositoryReaderInterface

Interface ProductAttributeRepositoryReaderInterface

Direct known implementers

ProductAttributeRepositoryReader

Methods summary

public getAttributeById( IdType $productAttributeId ) : StoredProductAttributeInterface

Returns a product attribute entity by the given product attribute id.

public getAttributesByProductId( IdType $productId ) : StoredProductAttributeCollection

Returns a collection with all product attribute entities which belongs to the product entity by the given product id.