• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/factories/syncsectionfactory.php
  • Класс: BitrixCalendarSyncFactoriesSyncSectionFactory
  • Вызов: SyncSectionFactory::__construct
public function __construct()
{
	Loader::includeModule('dav');
	/** @var CoreMappersFactory $mapperHelper */
	$mapperHelper = ServiceLocator::getInstance()->get('calendar.service.mappers.factory');
	$this->sectionConnectionMapper = $mapperHelper->getSectionConnection();
	$this->sectionMapper = $mapperHelper->getSection();
}