• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Section/SectionRepository.php
  • Класс: BitrixCatalogv2SectionSectionRepository
  • Вызов: SectionRepository::createEntity
protected function createEntity(array $fields): Section
{
	$entity = $this->factory->createEntity();

	$entity->initFields($fields);

	return $entity;
}