PHP Class WellCommerce\Bundle\DelivererBundle\Entity\Deliverer

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface, use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable
Show file Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$id integer
$producers Doctrine\Common\Collections\Collection

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

Property Details

$id protected property

protected int $id
return integer

$producers protected property

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