• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/basketitem.php
  • Класс: BitrixSaleBasketItem
  • Вызов: BasketItem::getParentBasketItem
public function getParentBasketItem()
{
	$collection = $this->getCollection();

	if ($collection instanceof BundleCollection)
	{
		return $collection->getParentBasketItem();
	}

	return null;
}