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

	return $this;
}