PHP 클래스 WellCommerce\Bundle\AttributeBundle\Repository\AttributeRepository

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\DoctrineBundle\Repository\EntityRepository, implements WellCommerce\Bundle\AttributeBundle\Repository\AttributeRepositoryInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

공개 메소드들

메소드 설명
getAttributeSet ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface $attributeGroup ) : array
getAttributeValuesSet ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface $attribute ) : array
getDataSetQueryBuilder ( ) : Doctrine\ORM\QueryBuilder

메소드 상세

getAttributeSet() 공개 메소드

public getAttributeSet ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface $attributeGroup ) : array
$attributeGroup WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface
리턴 array

getAttributeValuesSet() 공개 메소드

public getAttributeValuesSet ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface $attribute ) : array
$attribute WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface
리턴 array

getDataSetQueryBuilder() 공개 메소드

public getDataSetQueryBuilder ( ) : Doctrine\ORM\QueryBuilder
리턴 Doctrine\ORM\QueryBuilder