• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/BaseIblockElementFactory.php
  • Класс: BitrixCatalogv2BaseIblockElementFactory
  • Вызов: BaseIblockElementFactory::createEntity
public function createEntity(string $entityClass): BaseIblockElementEntity;

protected function makeEntity(string $entityClass): BaseIblockElementEntity
{
	return $this->container->make($entityClass, [
		Dependency::IBLOCK_INFO => $this->iblockInfo,
	]);
}