• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discount/gift/collection.php
  • Класс: BitrixSaleDiscountGiftCollection
  • Вызов: Collection::setGift
protected function setGift(Gift $gift, $offset = null)
{
	parent::offsetSet($offset, $gift);
}