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

	return $this;
}