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

	return $this;
}