• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/checkout/authadapter.php
  • Класс: Bitrix\Seo\Checkout\AuthAdapter
  • Вызов: AuthAdapter::getEngineCode
protected function getEngineCode()
{
	if ($this->service)
	{
		return $this->service->getEngineCode($this->type);
	}
	else
	{
		return Service::getEngineCode($this->type);
	}
}