Attribute
class Attribute implements AttributeInterface, TypeInterface
Class Attribute
Properties
| protected string | $name | Attribute name | |
| protected string | $type | One of the predefined(CHECK, RADIO, SELECT) Currently supported types: "RADIO" | |
| protected string | $attributeType | Attribute type. One of the predefined(information type, file type, price type) Currently supported types: "information type" and "price type" | |
| protected string | $typeOfValues | Type of values Currently supported types: "number" |
Methods
string
getType()
No description
mixed
setType(string $type)
No description
mixed
setName(string $name)
No description
string
getName()
No description
static array
getAttributeAllTypes()
No description
string
getAttributeType()
No description
setAttributeType(string $attributeType)
No description
string
getTypeOfValues()
No description
setTypeOfValues(string $typeOfValues)
No description