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

	$entity->initFields($fields);

	return $entity;
}