WellCommerce\Bundle\DoctrineBundle\Factory\AbstractEntityFactory::createPrice PHP Method

createPrice() protected method

protected createPrice ( ) : WellCommerce\Bundle\AppBundle\Entity\PriceInterface
return WellCommerce\Bundle\AppBundle\Entity\PriceInterface
    protected function createPrice() : PriceInterface
    {
        return $this->get('price.factory')->create();
    }