184 if ($this->linkDomain ===
null)
186 if (Integration\Bitrix24\Service::isCloud())
192 if ($this->siteData ===
null)
194 $this->siteData = SiteTable::getById($this->siteId)->fetch();
196 if ($this->siteData && $this->siteData[
'SERVER_NAME'])
198 return $this->siteData[
'SERVER_NAME'];