PHP Интерфейс WellCommerce\Bundle\ProducerBundle\Entity\ProducerInterface

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

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

Метод Описание
addDeliverer ( WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface $deliverer )
getDeliverers ( ) : Doctrine\Common\Collections\Collection
getProducts ( ) : Doctrine\Common\Collections\Collection
setDeliverers ( Doctrine\Common\Collections\Collection $collection )

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

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

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

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

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

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

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

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

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