AttributeGroupUpdateStruct
AttributeGroupUpdateStruct.php
:
11
Final
Methods¶
__construct()
¶
AttributeGroupUpdateStruct.php
:
16
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string|null | null | - |
| $icon | string|null | null | - |
| $labels | array<string, string>|null | null | - |
getIcon()
¶
AttributeGroupUpdateStruct.php
:
32
|
|
|
Return values
string|null
getIdentifier()
¶
AttributeGroupUpdateStruct.php
:
22
|
|
|
Return values
string|null
getLabels()
¶
AttributeGroupUpdateStruct.php
:
45
|
|
|
Return values
array<string, string>|null
setIcon()
¶
AttributeGroupUpdateStruct.php
:
37
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $icon | string|null | - | - |
setIdentifier()
¶
AttributeGroupUpdateStruct.php
:
27
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string|null | - | - |
setLabel()
¶
AttributeGroupUpdateStruct.php
:
58
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $languageCode | string | - | - |
| $label | string | - | - |
setLabels()
¶
AttributeGroupUpdateStruct.php
:
53
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $labels | array<string, string>|null | - | - |