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