• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/integration/imconnectormanager.php
  • Класс: BitrixSalesCenterIntegrationImConnectorManager
  • Вызов: ImConnectorManager::isNotificationsEnabled
public function isNotificationsEnabled()
{
	if (!$this->isEnabled())
	{
		return false;
	}

	$notifications = new ImConnectorToolsConnectorsNotifications();
	return $notifications->isEnabled();
}