AttributeSet
class AttributeSet extends AttributeSet implements PrimaryKeyInterface, RelationshipEntityInterface
Class AttributeSet
Properties
| protected string | $name | from AttributeSet | |
| protected int | $code | Unique identifier for attribute set |
Methods
__construct()
Constructor
integer
getId()
No description
setId(int $id)
No description
int
getCode()
No description
setCode(int $code)
No description
Collection|ArrayCollection
getAttributes()
No description
setAttributes(ArrayCollection|null $attributes)
No description
Collection
getProducts()
No description
string
__toString()
No description
string
getAttributeOrder()
No description
setAttributeOrder(string $attributeOrder)
No description
Details
in AttributeSet at line 39
mixed
setAttributeSetName(string $name)
in AttributeSet at line 49
string
getAttributeSetName()
at line 95
__construct()
Constructor
at line 104
integer
getId()
at line 114
AttributeSet
setId(int $id)
at line 124
int
getCode()
at line 134
AttributeSet
setCode(int $code)
at line 148
AttributeSet
addAttribute(Attribute $attribute)
Add attribute