• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entityrequisite.php
  • Класс: Bitrix\Crm\EntityRequisite
  • Вызов: EntityRequisite::checkCountryId
public function checkCountryId(int $countryId): bool
{
	return in_array($countryId, self::$allowedRqFieldCountryIds, true);
}