• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/controller/basketitem.php
  • Класс: BitrixSaleControllerBasketItem
  • Вызов: BasketItem::updateCatalogProductAction
public function updateCatalogProductAction(BitrixSaleBasketItem $basketItem, array $fields)
{
	return $this->updateAction($basketItem, $fields);
}