• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/mappers/factory.php
  • Класс: BitrixCalendarCoreMappersFactory
  • Вызов: Factory::getEventConnection
public function getEventConnection(): EventConnection
{
	if (!self::$eventConnectionInstance)
	{
		self::$eventConnectionInstance = new EventConnection();
	}

	return self::$eventConnectionInstance;
}