PHP Класс WellCommerce\Bundle\ProducerBundle\Entity\Producer

Автор: Adam Piotrowski ([email protected])
Наследование: implements WellCommerce\Bundle\ProducerBundle\Entity\ProducerInterface, use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable, use trait WellCommerce\Bundle\CoreBundle\Doctrine\ORM\Behaviours\PhotoTrait, use trait WellCommerce\Bundle\MultiStoreBundle\Entity\ShopCollectionAwareTrait
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$deliverers Doctrine\Common\Collections\Collection
$products Doctrine\Common\Collections\Collection

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

Метод Описание
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

Описание свойств

$deliverers защищенное свойство

protected Collection,Doctrine\Common\Collections $deliverers
Результат Doctrine\Common\Collections\Collection

$products защищенное свойство

protected Collection,Doctrine\Common\Collections $products
Результат Doctrine\Common\Collections\Collection