%PDF- %PDF-
| Direktori : /proc/self/root/home/bitrix/www/bitrix/modules/sale/lib/basket/ |
| Current File : //proc/self/root/home/bitrix/www/bitrix/modules/sale/lib/basket/fullrefreshstrategy.php |
<?php
namespace Bitrix\Sale\Basket;
use Bitrix\Sale\BasketBase;
class FullRefreshStrategy extends RefreshStrategy
{
protected function getProductData(BasketBase $basket)
{
$itemsToRefresh = $this->getBasketItemsToRefresh($basket);
return $this->getProviderResult($basket, $itemsToRefresh);
}
}