• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/integration/landingmanager.php
  • Класс: BitrixSalesCenterIntegrationLandingManager
  • Вызов: LandingManager::isSitePublished
public function isSitePublished()
{
	$connectedSite = $this->getConnectedSite();
	return (is_array($connectedSite) && $connectedSite['ACTIVE'] === 'Y');
}