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

	return $this;
}