• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/mappers/factory.php
  • Класс: BitrixCalendarCoreMappersFactory
  • Вызов: Factory::getSection
public function getSection(): Section
{
	if (!self::$sectionInstance)
	{
		self::$sectionInstance = new Section();
	}

	return self::$sectionInstance;
}