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

	return $this;
}