• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/site.php
  • Класс: BitrixLandingSite
  • Вызов: Site::switchDomain
static function switchDomain(int $siteId1, int $siteId2): bool
{
	return BitrixLandingInternalsSiteTable::switchDomain($siteId1, $siteId2);
}