PHP Class WellCommerce\Bundle\AttributeBundle\Manager\AttributeValueManager

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
addAttributeValue ( string $attributeValueName, integer $attributeId ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeValueInterface

Méthodes protégées

Méthode Description
createAttributeValue ( string $name, WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface $attribute ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeValueInterface
findAttribute ( integer $attributeId ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface

Method Details

addAttributeValue() public méthode

public addAttributeValue ( string $attributeValueName, integer $attributeId ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeValueInterface
$attributeValueName string
$attributeId integer
Résultat WellCommerce\Bundle\AttributeBundle\Entity\AttributeValueInterface

createAttributeValue() protected méthode

protected createAttributeValue ( string $name, WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface $attribute ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeValueInterface
$name string
$attribute WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface
Résultat WellCommerce\Bundle\AttributeBundle\Entity\AttributeValueInterface

findAttribute() protected méthode

protected findAttribute ( integer $attributeId ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface
$attributeId integer
Résultat WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface