PHP Класс WellCommerce\Bundle\ProductStatusBundle\Entity\ProductStatus

Автор: Adam Piotrowski ([email protected])
Наследование: implements WellCommerce\Bundle\ProductStatusBundle\Entity\ProductStatusInterface, use trait WellCommerce\Bundle\DoctrineBundle\Entity\IdentifiableTrait, use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable
Показать файл Открыть проект Примеры использования класса

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

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

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

Метод Описание
getProducts ( ) : Doctrine\Common\Collections\Collection
setProducts ( Doctrine\Common\Collections\Collection $collection )

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

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

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

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

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

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

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

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