• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/source/google/requesters/baserequester.php
  • Класс: BitrixLocationSourceGoogleRequestersBase
  • Вызов: Base::makeUrl
protected function makeUrl(array $params): string
{
	return $this->urlMaker->make(
		$params,
		$this->url,
		$this->requiredFields,
		$this->fieldsToEncode
	);
}