• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/mappers/complex.php
  • Класс: BitrixCalendarCoreMappersComplex
  • Вызов: Complex::prepareSection
protected function prepareSection(EO_Section $sectionEO): CoreSectionSection
{
	$sectionMapper = new Section();
	return $sectionMapper->getByEntityObject($sectionEO);
}