PHP Class WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroup

Author: Adam Piotrowski ([email protected])
Inheritance: 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
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Свойство Type Description
$attributes Doctrine\Common\Collections\Collection

Méthodes publiques

Méthode Description
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 )

Method Details

addAttribute() public méthode

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

getAttributes() public méthode

public getAttributes ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

removeAttribute() public méthode

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

setAttributes() public méthode

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

Property Details

$attributes protected_oe property

protected Collection,Doctrine\Common\Collections $attributes
Résultat Doctrine\Common\Collections\Collection