Option
class Option extends Model
Option
configurableProductOptionRepositoryV1
configurable-product-data-option-interface
{ "option": { "attribute_id": "16", "position": 0, "is_use_default": true, "values": [ { "value_index": 5 },{ "value_index": 6 },{ "value_index": 7 } ,{ "value_index": 8 } ] } }
Traits
AddCustomAttribute
Properties
protected | $name | from Model |
Methods
__construct(string $attributeID, $label)
neues Objekt
addCustomAttribute(string $attribute_code, string $value, bool $isConfigAble = false)
fügt ein CustomAttribute hinzu
from AddCustomAttribute
addConfigAttribute(string $attribute_code)
hinzufügen von Konfigurations Möglichkeiten
from AddCustomAttribute
$this
addValue(type $valueIndex)
fügt ein weiteren Wert hinzu
Details
at line 63
__construct(string $attributeID, $label)
neues Objekt
in Model at line 45
addData($key, $value)
in Model at line 49
getData()
in AddCustomAttribute at line 41
Model
addCustomAttribute(string $attribute_code, string $value, bool $isConfigAble = false)
fügt ein CustomAttribute hinzu
in AddCustomAttribute at line 63
Model
addConfigAttribute(string $attribute_code)
hinzufügen von Konfigurations Möglichkeiten
in AddCustomAttribute at line 87
Collection
getConfigAttributes()
in AddCustomAttribute at line 99
string|null
getCustomAttribute(type $attribute_code)
at line 78
$this
addValue(type $valueIndex)
fügt ein weiteren Wert hinzu