• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Sale/Reservation/ReservationService.php
  • Класс: Bitrix\Crm\Service\Sale\Reservation\ReservationService
  • Вызов: ReservationService::isRestrictedType
public function isRestrictedType(int $type): bool
{
	return in_array($type, $this->getRestrictedProductTypes(), true);
}