PHP Class WellCommerce\Bundle\AttributeBundle\Manager\AttributeManager

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Manager\AbstractManager
Afficher le fichier Open project: wellcommerce/wellcommerce

Méthodes publiques

Méthode Description
createAttribute ( string $attributeName, integer $attributeGroupId ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface
findAttributeGroup ( integer $id ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface
getAttributeSet ( integer $attributeGroupId ) : array

Method Details

createAttribute() public méthode

public createAttribute ( string $attributeName, integer $attributeGroupId ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface
$attributeName string
$attributeGroupId integer
Résultat WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface

findAttributeGroup() public méthode

public findAttributeGroup ( integer $id ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface
$id integer
Résultat WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface

getAttributeSet() public méthode

public getAttributeSet ( integer $attributeGroupId ) : array
$attributeGroupId integer
Résultat array