• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/mappers/section.php
  • Класс: BitrixCalendarCoreMappersSection
  • Вызов: Section::convertToObject
protected function convertToObject($objectEO): CoreBaseEntityInterface
{
	return (new SectionBuilderFromDataManager($objectEO))->build();
}