• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/managers/eventqueuemanager.php
  • Класс: BitrixCalendarSyncManagersEventQueueManager
  • Вызов: EventQueueManager::saveConnections
private function saveConnections()
{
	foreach ($this->connectionList as $connectionId => $connection)
	{
		try
		{
			$this->mapperFactory->getConnection()->update($connection);
		}
		catch (Exception $e)
		{
		}
	}
}