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