class EavDataAttributeOption extends Model

EavDataAttributeOption

{ "option": { "label": "string", "value": "string", "sort_order": 0, "is_default": true, "store_labels": [ { "store_id": 0, "label": "string" } ] } }

catalogProductAttributeOptionManagementV1

Properties

protected $name from Model

Methods

__construct(string $label)

neues Objekt

addData($key, $value)

No description

from Model
getData()

No description

from Model
addStoreLabel(int $storeID, string $label)

fügt ein Label hinzu

Details

at line 56
__construct(string $label)

neues Objekt

Parameters

string $label Name der Option

in Model at line 45
addData($key, $value)

Parameters

$key
$value

in Model at line 49
getData()

at line 72
EavDataAttributeOption addStoreLabel(int $storeID, string $label)

fügt ein Label hinzu

Parameters

int $storeID Strore ID
string $label Label

Return Value

EavDataAttributeOption