• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/access/model/sectionmodel.php
  • Класс: BitrixCalendarAccessModelSectionModel
  • Вызов: SectionModel::setType
public function setType(string $type): self
{
	$this->type = $type;
	return $this;
}