PHP Class WellCommerce\Bundle\AttributeBundle\Repository\AttributeRepository

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Repository\EntityRepository, implements WellCommerce\Bundle\AttributeBundle\Repository\AttributeRepositoryInterface
Afficher le fichier Open project: wellcommerce/wellcommerce

Méthodes publiques

Méthode Description
getAttributeSet ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface $attributeGroup ) : array
getAttributeValuesSet ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface $attribute ) : array
getDataSetQueryBuilder ( ) : Doctrine\ORM\QueryBuilder

Method Details

getAttributeSet() public méthode

public getAttributeSet ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface $attributeGroup ) : array
$attributeGroup WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface
Résultat array

getAttributeValuesSet() public méthode

public getAttributeValuesSet ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface $attribute ) : array
$attribute WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface
Résultat array

getDataSetQueryBuilder() public méthode

public getDataSetQueryBuilder ( ) : Doctrine\ORM\QueryBuilder
Résultat Doctrine\ORM\QueryBuilder