• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/services/base/restrictioninfocollection.php
  • Класс: BitrixSaleServicesBaseRestrictionInfoCollection
  • Вызов: RestrictionInfoCollection::delete
public function delete(string $restrictionType): void
{
	unset($this->restrictionInfoCollection[$restrictionType]);
}