phpDocumentor

ProductAttributeRepositoryInterface

Interface ProductAttributeRepositoryInterface

Tags
category

System

subpackage

Interface

Table of Contents

addToProduct()  : int
Adds an product attribute to a product by the given id.
deleteAttributeById()  : ProductAttributeRepositoryInterface|$this
Removes a product attribute entity by the given product attribute id.
deleteAttributesByProductId()  : ProductAttributeRepositoryInterface|$this
Removes product attributes by the given product id.
getAttributeById()  : StoredProductAttributeInterface
Returns a stored product attribute entity by the given product attribute id.
getAttributesByProductId()  : StoredProductAttributeCollection
Returns a collection with all attribute entities that belongs to a product entity by the given product id.
store()  : ProductAttributeRepositoryInterface|$this
Stores/Updates the passed product attribute entity.

Methods

Search results