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

	return $this->section;
}