• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Price/PriceFactory.php
  • Класс: BitrixCatalogv2PricePriceFactory
  • Вызов: PriceFactory::createEntity
public function createEntity(): BasePrice
{
	// $price = $this->container->make(self::QUANTITY_DEPENDENT_PRICE);
	return $this->container->make(self::SIMPLE_PRICE);
}