• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/engine/yandex.php
  • Класс: BitrixSeoEngineYandex
  • Вызов: Yandex::getSiteInfo
public function getSiteInfo($domain)
{
	$result = array();
	
	$result += $this->getSiteInfoGeneral($domain);
	$result += $this->getSiteInfoStats($domain);
	
	return array($domain => $result);
}