• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/section/sectionsyncdata.php
  • Класс: BitrixCalendarCoreSectionSectionSyncData
  • Вызов: SectionSyncData::setConnectionType
public function setConnectionType(string $connectionType): SectionSyncData
{
	$this->connectionType = $connectionType;

	return $this;
}