PHP Класс WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroup

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

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

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

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

Метод Описание
addAttribute ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface $attribute )
getAttributes ( ) : Doctrine\Common\Collections\Collection
removeAttribute ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface $attribute )
setAttributes ( Doctrine\Common\Collections\Collection $attributes )

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

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

public addAttribute ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface $attribute )
$attribute WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface

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

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

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

public removeAttribute ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface $attribute )
$attribute WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface

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

public setAttributes ( Doctrine\Common\Collections\Collection $attributes )
$attributes Doctrine\Common\Collections\Collection

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

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

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