PHP Интерфейс WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface

Автор: Adam Piotrowski ([email protected])
Наследование: extends WellCommerce\Bundle\DoctrineBundle\Entity\EntityInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TranslatableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
addProducer ( WellCommerce\Bundle\ProducerBundle\Entity\ProducerInterface $producer )
getProducers ( ) : Doctrine\Common\Collections\Collection
setProducers ( Doctrine\Common\Collections\Collection $collection )

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

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

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

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

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

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

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