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
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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