• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/services/base/restrictioninfo.php
  • Класс: BitrixSaleServicesBaseRestrictionInfo
  • Вызов: RestrictionInfo::__construct
public function __construct(string $restrictionType, array $options = [])
{
	$this->options = $options;
	$this->restrictionType = $restrictionType;
}