Interface ProductAttributeRepositoryDeleterInterface

Interface ProductAttributeRepositoryDeleterInterface

Direct known implementers

ProductAttributeRepositoryDeleter

Methods summary

public deleteAttributeById( IdType $productAttributeId ) : ProductAttributeRepositoryDeleterInterface|ProductAttributeRepositoryDeleterInterface

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

public deleteAttributesByProductId( IdType $productId ) : ProductAttributeRepositoryDeleterInterface|ProductAttributeRepositoryDeleterInterface

Removes all product attributes entities that belongs to the given product entity id.