ProductManagerInterface
interface ProductManagerInterface
Interface ProductManagerInterface
Methods
editProduct(Product $product)
Check for all preconditions, create references to all foreign entities and persist new product. Editing only "Basic info" and "Price"
bool|stdClass
deleteProduct(array $array)
Remove products from array
array
getProductsCollection(array $products)
Find collection of products
array
getFeatureProducts()
Find featured products
Details
at line 45
Product
editProduct(Product $product)
Check for all preconditions, create references to all foreign entities and persist new product. Editing only "Basic info" and "Price"
at line 55
bool|stdClass
deleteProduct(array $array)
Remove products from array
at line 63
array
getProductsCollection(array $products)
Find collection of products
at line 69
array
getFeatureProducts()
Find featured products