PHP Interface WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface

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

Public Methods

Method Description
addProducer ( WellCommerce\Bundle\ProducerBundle\Entity\ProducerInterface $producer )
getProducers ( ) : Doctrine\Common\Collections\Collection
setProducers ( Doctrine\Common\Collections\Collection $collection )

Method Details

addProducer() public method

public addProducer ( WellCommerce\Bundle\ProducerBundle\Entity\ProducerInterface $producer )
$producer WellCommerce\Bundle\ProducerBundle\Entity\ProducerInterface

getProducers() public method

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

setProducers() public method

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