• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/integration/landingmanager.php
  • Класс: BitrixSalesCenterIntegrationLandingManager
  • Вызов: LandingManager::setConnectedSiteId
protected function setConnectedSiteId($landingId)
{
	$landingId = (int) $landingId;
	Option::set(Driver::MODULE_ID, static::OPTION_SALESCENTER_SITE_ID, $landingId);
	PullManager::getInstance()->sendConnectEvent();
	$this->loadedLandings = [];
	$this->landingPublicUrlInfo = [];
}