phpDocumentor

ProductRepositoryInterface

Interface ProductRepositoryInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

add()  : int
Adds a new product in the database.
countImageUsage()  : int
deleteProductById()  : ProductRepositoryInterface|$this
Removes a product from the database by the given id.
getProductById()  : StoredProductInterface
Returns a stored product by the given id.
getProductsCount()  : int
Returns the count of all product entries.
store()  : ProductRepositoryInterface|$this
Updates an existing product in the database.

Methods

Search results