• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/source/baserepository.php
  • Класс: BitrixLocationSourceBaseRepository
  • Вызов: BaseRepository::isScopeSatisfy
public function isScopeSatisfy(int $scope): bool
{
	return $scope === LOCATION_SEARCH_SCOPE_ALL || $scope === LOCATION_SEARCH_SCOPE_EXTERNAL;
}