• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discountbase.php
  • Класс: BitrixSaleDiscountBase
  • Вызов: DiscountBase::getBasket
protected function getBasket()
{
	if ($this->isOrderExists())
		return $this->getOrder()->getBasket();
	else
		return $this->basket;
}