• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discount/gift/collection.php
  • Класс: BitrixSaleDiscountGiftCollection
  • Вызов: Collection::__construct
public function __construct(array $gifts, $type)
{
	$this->type = $type;

	parent::__construct($gifts);
}