WellCommerce\Bundle\DoctrineBundle\Factory\AbstractEntityFactory::createDiscountablePrice PHP Метод

createDiscountablePrice() защищенный Метод

protected createDiscountablePrice ( ) : WellCommerce\Bundle\AppBundle\Entity\DiscountablePriceInterface
Результат WellCommerce\Bundle\AppBundle\Entity\DiscountablePriceInterface
    protected function createDiscountablePrice() : DiscountablePriceInterface
    {
        return $this->get('discountable_price.factory')->create();
    }