| Current Path : /home/rtorresani/www/vendor/magento/module-quote/Model/Product/ |
| Current File : //home/rtorresani/www/vendor/magento/module-quote/Model/Product/QuoteItemsCleanerInterface.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Quote\Model\Product;
use Magento\Catalog\Api\Data\ProductInterface;
/**
* Interface \Magento\Quote\Model\Product\QuoteItemsCleanerInterface
*
* @api
*/
interface QuoteItemsCleanerInterface
{
/**
* @param ProductInterface $product
* @return void
*/
public function execute(ProductInterface $product);
}