• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/CustomSection/DataStructures/Assembler.php
  • Класс: BitrixIntranetCustomSectionDataStructuresAssembler
  • Вызов: Assembler::constructCustomSectionPageFromEntityObject
static function constructCustomSectionPageFromEntityObject(
	EO_CustomSectionPage $entityObject
): CustomSectionPage
{
	return static::constructCustomSectionPage($entityObject->collectValues(Values::ALL, FieldTypeMask::SCALAR));
}