Interface ProductRepositoryWriterInterface

Interface ProductRepositoryWriterInterface

Direct known implementers

ProductRepositoryWriter

Methods summary

public insert( ProductInterface $product ) : integer

Inserts a new product in the database.

public update( StoredProductInterface $product ) : ProductRepositoryWriterInterface|ProductRepositoryWriterInterface

Updates a product in the database.