• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/access/model/eventmodel.php
  • Класс: BitrixCalendarAccessModelEventModel
  • Вызов: EventModel::setSectionId
public function setSectionId(int $sectionId): self
{
	$this->sectionId = $sectionId;

	return $this;
}