PHP Interface WellCommerce\Bundle\ProducerBundle\Entity\ProducerInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Entity\TranslatableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface, extends WellCommerce\Bundle\ShopBundle\Entity\ShopCollectionAwareInterface
Show file Open project: wellcommerce/wellcommerce Interface Usage Examples

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