PHP Класс WellCommerce\Bundle\DelivererBundle\Entity\Deliverer

Автор: Adam Piotrowski ([email protected])
Наследование: 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
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$id integer
$producers Doctrine\Common\Collections\Collection

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

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

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

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

protected int $id
Результат integer

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

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