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

	return $this;
}