PHP Class WellCommerce\Bundle\ProducerBundle\Entity\Producer

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\ProducerBundle\Entity\ProducerInterface, use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable, use trait WellCommerce\Bundle\CoreBundle\Doctrine\ORM\Behaviours\PhotoTrait, use trait WellCommerce\Bundle\MultiStoreBundle\Entity\ShopCollectionAwareTrait
Mostrar archivo Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$deliverers Doctrine\Common\Collections\Collection
$products Doctrine\Common\Collections\Collection

Public Methods

Method Description
addDeliverer ( WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface $deliverer )
getDeliverers ( ) : Doctrine\Common\Collections\Collection
getProducts ( ) : Doctrine\Common\Collections\Collection
setDeliverers ( Doctrine\Common\Collections\Collection $collection )

Method Details

addDeliverer() public method

public addDeliverer ( WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface $deliverer )
$deliverer WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface

getDeliverers() public method

public getDeliverers ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

getProducts() public method

public getProducts ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

setDeliverers() public method

public setDeliverers ( Doctrine\Common\Collections\Collection $collection )
$collection Doctrine\Common\Collections\Collection

Property Details

$deliverers protected_oe property

protected Collection,Doctrine\Common\Collections $deliverers
return Doctrine\Common\Collections\Collection

$products protected_oe property

protected Collection,Doctrine\Common\Collections $products
return Doctrine\Common\Collections\Collection