• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/builders/buildereventconnectionfromdm.php
  • Класс: BitrixCalendarSyncBuildersBuilderEventConnectionFromDM
  • Вызов: BuilderEventConnectionFromDM::getConnection
private function getConnection(): Connection
{
	return (new BuilderConnectionFromDM($this->entity->getConnection()))->build();
}