AttributeGroupCreateStruct
AttributeGroupCreateStruct.php
:
11
Final
Methods¶
__construct()
¶
AttributeGroupCreateStruct.php
:
16
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
| $labels | array<string, string> | [] | - |
| $isAiSystem | bool | false | - |
getIdentifier()
¶
AttributeGroupCreateStruct.php
:
22
|
|
|
Return values
string
getLabels()
¶
AttributeGroupCreateStruct.php
:
45
|
|
|
Return values
array<string, string>
isAiSystem()
¶
AttributeGroupCreateStruct.php
:
32
|
|
|
Return values
bool
setIdentifier()
¶
AttributeGroupCreateStruct.php
:
27
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
setIsAiSystem()
¶
AttributeGroupCreateStruct.php
:
37
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $isAiSystem | bool | - | - |
setLabel()
¶
AttributeGroupCreateStruct.php
:
58
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $languageCode | string | - | - |
| $label | string | - | - |
setLabels()
¶
AttributeGroupCreateStruct.php
:
53
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $labels | array<string, string> | - | - |