• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/analytics/services/accountyandex.php
  • Класс: BitrixSeoAnalyticsServicesAccountYandex
  • Вызов: AccountYandex::getClient
protected function getClient()
{
	$client = clone $this->getRequest()->getClient();
	$client->setHeader('Authorization', 'Bearer ' . $this->getAuthToken());

	return $client;
}