PHP 클래스 WellCommerce\Bundle\AttributeBundle\Entity\Attribute

저자: Adam Piotrowski ([email protected])
상속: implements WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface, use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$groups Doctrine\Common\Collections\Collection
$values Doctrine\Common\Collections\Collection

공개 메소드들

메소드 설명
__construct ( ) Attribute constructor.
addGroup ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface $group )
addValue ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeValueInterface $value )
getGroups ( ) : Doctrine\Common\Collections\Collection
getValues ( ) : Doctrine\Common\Collections\Collection
removeValue ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeValueInterface $value )
setGroups ( Doctrine\Common\Collections\Collection $groups )
setValues ( Doctrine\Common\Collections\Collection $collection )

메소드 상세

__construct() 공개 메소드

Attribute constructor.
public __construct ( )

addGroup() 공개 메소드

public addGroup ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface $group )
$group WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface

addValue() 공개 메소드

public addValue ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeValueInterface $value )
$value WellCommerce\Bundle\AttributeBundle\Entity\AttributeValueInterface

getGroups() 공개 메소드

public getGroups ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getValues() 공개 메소드

public getValues ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

removeValue() 공개 메소드

public removeValue ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeValueInterface $value )
$value WellCommerce\Bundle\AttributeBundle\Entity\AttributeValueInterface

setGroups() 공개 메소드

public setGroups ( Doctrine\Common\Collections\Collection $groups )
$groups Doctrine\Common\Collections\Collection

setValues() 공개 메소드

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

프로퍼티 상세

$groups 보호되어 있는 프로퍼티

protected Collection,Doctrine\Common\Collections $groups
리턴 Doctrine\Common\Collections\Collection

$values 보호되어 있는 프로퍼티

protected Collection,Doctrine\Common\Collections $values
리턴 Doctrine\Common\Collections\Collection