• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/section/section.php
  • Класс: BitrixCalendarCoreSectionSection
  • Вызов: Section::setExternalId
public function setExternalId(?string $externalId): Section
{
	$this->externalId = $externalId;
	return $this;
}