• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/source/google/repository.php
  • Класс: Bitrix\Location\Source\Google\Repository
  • Вызов: Repository::__construct
public function __construct(
	string $apiKey,
	HttpClient $httpClient,
	GoogleSource $googleSource,
	CachedPool $cachePool = null
)
{
	$this->apiKey = $apiKey;
	$this->httpClient = $httpClient;
	$this->cachePool = $cachePool;
	$this->googleSource = $googleSource;
}