PHP 클래스 WellCommerce\Bundle\AttributeBundle\Manager\AttributeManager

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\CoreBundle\Manager\AbstractManager
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

공개 메소드들

메소드 설명
createAttribute ( string $attributeName, integer $attributeGroupId ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface
findAttributeGroup ( integer $id ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface
getAttributeSet ( integer $attributeGroupId ) : array

메소드 상세

createAttribute() 공개 메소드

public createAttribute ( string $attributeName, integer $attributeGroupId ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface
$attributeName string
$attributeGroupId integer
리턴 WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface

findAttributeGroup() 공개 메소드

public findAttributeGroup ( integer $id ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface
$id integer
리턴 WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface

getAttributeSet() 공개 메소드

public getAttributeSet ( integer $attributeGroupId ) : array
$attributeGroupId integer
리턴 array