• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/entities/syncsection.php
  • Класс: BitrixCalendarSyncEntitiesSyncSection
  • Вызов: SyncSection::setSectionConnection
public function setSectionConnection(?SectionConnection $sectionConnection): SyncSection
{
	$this->sectionConnection = $sectionConnection;

	return $this;
}