• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/source/google/configfactory.php
  • Класс: Bitrix\Location\Source\Google\ConfigFactory
  • Вызов: ConfigFactory::__construct
public function __construct(string $frontendKey, string $backendKey)
{
	$this->frontendKey = $frontendKey;
	$this->backendKey = $backendKey;
}