ProductGroupAttribute
class ProductGroupAttribute implements PrimaryKeyInterface
ProductGroupAttribute Class
Properties
| protected int | $id | ||
| protected ProductGroup | $productGroup | ||
| protected Attribute | $attribute | Selected Attribute | |
| protected AttributeValue | $attributeValues | Selected AttributeValue |
Methods
__construct()
ProductGroupAttribute constructor.
integer
getId()
No description
setId(int $id)
No description
mixed
getProductGroup()
No description
setProductGroup(mixed $productGroup)
No description
mixed
getAttribute()
No description
$this
setAttribute(mixed $attribute)
No description
mixed
getAttributeValues()
No description
setAttributeValues(mixed $attributeValues)
No description
Details
at line 83
__construct()
ProductGroupAttribute constructor.
Initialize attributeValues property
at line 91
integer
getId()
at line 101
ProductGroupAttribute
setId(int $id)
at line 111
mixed
getProductGroup()
at line 121
ProductGroupAttribute
setProductGroup(mixed $productGroup)
at line 131
mixed
getAttribute()
at line 141
$this
setAttribute(mixed $attribute)
at line 151
mixed
getAttributeValues()
at line 161
ProductGroupAttribute
setAttributeValues(mixed $attributeValues)
at line 173
addAttributeValue(AttributeValue $attributeValue)
Add to collection
at line 183
removeAttributeValue(AttributeValue $attributeValue)
Remove from collection