Method | Description | |
---|---|---|
__construct ( string $className ) | AbstractEntityFactory constructor. |
Method | Description | |
---|---|---|
createDiscountablePrice ( ) : WellCommerce\Bundle\AppBundle\Entity\DiscountablePriceInterface | ||
createEmptyCollection ( ) : Doctrine\Common\Collections\Collection | ||
createPrice ( ) : WellCommerce\Bundle\AppBundle\Entity\PriceInterface | ||
getDefaultCurrency ( ) : WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface | ||
getDefaultShop ( ) : WellCommerce\Bundle\ShopBundle\Entity\ShopInterface | ||
getDefaultShops ( ) : Doctrine\Common\Collections\Collection | ||
getDefaultTax ( ) : WellCommerce\Bundle\TaxBundle\Entity\TaxInterface | ||
init ( ) |
public __construct ( string $className ) | ||
$className | string |
protected createDiscountablePrice ( ) : WellCommerce\Bundle\AppBundle\Entity\DiscountablePriceInterface | ||
return | WellCommerce\Bundle\AppBundle\Entity\DiscountablePriceInterface |
protected createEmptyCollection ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
protected createPrice ( ) : WellCommerce\Bundle\AppBundle\Entity\PriceInterface | ||
return | WellCommerce\Bundle\AppBundle\Entity\PriceInterface |
protected getDefaultCurrency ( ) : WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface | ||
return | WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface |
protected getDefaultShop ( ) : WellCommerce\Bundle\ShopBundle\Entity\ShopInterface | ||
return | WellCommerce\Bundle\ShopBundle\Entity\ShopInterface |
protected getDefaultShops ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
protected getDefaultTax ( ) : WellCommerce\Bundle\TaxBundle\Entity\TaxInterface | ||
return | WellCommerce\Bundle\TaxBundle\Entity\TaxInterface |