• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/archive/manager.php
  • Класс: BitrixSaleArchiveManager
  • Вызов: Manager::getBasketItemById
static function getBasketItemById($id)
{
	return InternalsBasketArchiveTable::getById($id);
}