• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/source/google/requesters/baserequester.php
  • Класс: BitrixLocationSourceGoogleRequestersBaseRequester
  • Вызов: BaseRequester::__construct
public function __construct(HttpClient $httpClient, CachedPool $cachePool = null)
{
	$this->httpClient = $httpClient;
	$this->cachePool = $cachePool;
	$this->urlMaker = new UrlMaker();
}