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

	return $this;
}