PHP Класс WellCommerce\Bundle\DoctrineBundle\Factory\AbstractEntityFactory

Автор: Adam Piotrowski ([email protected])
Наследование: extends WellCommerce\Bundle\CoreBundle\DependencyInjection\AbstractContainerAware, implements WellCommerce\Bundle\DoctrineBundle\Factory\EntityFactoryInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $className ) AbstractEntityFactory constructor.

Защищенные методы

Метод Описание
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 ( )

Описание методов

__construct() публичный Метод

AbstractEntityFactory constructor.
public __construct ( string $className )
$className string

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

protected createDiscountablePrice ( ) : WellCommerce\Bundle\AppBundle\Entity\DiscountablePriceInterface
Результат WellCommerce\Bundle\AppBundle\Entity\DiscountablePriceInterface

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

protected createEmptyCollection ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection

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

protected createPrice ( ) : WellCommerce\Bundle\AppBundle\Entity\PriceInterface
Результат WellCommerce\Bundle\AppBundle\Entity\PriceInterface

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

protected getDefaultCurrency ( ) : WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface
Результат WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface

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

protected getDefaultShop ( ) : WellCommerce\Bundle\ShopBundle\Entity\ShopInterface
Результат WellCommerce\Bundle\ShopBundle\Entity\ShopInterface

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

protected getDefaultShops ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection

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

protected getDefaultTax ( ) : WellCommerce\Bundle\TaxBundle\Entity\TaxInterface
Результат WellCommerce\Bundle\TaxBundle\Entity\TaxInterface

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

protected init ( )