SiteContextUpdateStruct
SiteContextUpdateStruct.php
:
14
Final
Attributes
- #[SiteContextDescriptionsHaveNames]
- #[UniqueSiteContextIdentifier]
Methods¶
__construct()
¶
SiteContextUpdateStruct.php
:
23
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string|null | null | - |
| $names | array<string, string>|null | null | - |
| $descriptions | array<string, string|null>|null | null | - |
| $attributeValues | array<string|int, SiteContextAttributeValueStruct>|null | null | - |
| $id | int|null | null | - |
| $logo | string|null | null | - |
| $color | string|null | null | - |
| $region | string|null | null | - |
getAttributeValue()
¶
SiteContextUpdateStruct.php
:
188
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
| $languageCode | string|null | null | - |
| $default | mixed | null | - |
getAttributeValues()
¶
SiteContextUpdateStruct.php
:
141
|
|
|
Return values
array<string|int, SiteContextAttributeValueStruct>|null
getColor()
¶
SiteContextUpdateStruct.php
:
70
|
|
|
Return values
string|null
getDescriptions()
¶
SiteContextUpdateStruct.php
:
117
|
|
|
Return values
array<string, string|null>|null
getId()
¶
SiteContextUpdateStruct.php
:
40
|
|
|
Return values
int|null
getIdentifier()
¶
SiteContextUpdateStruct.php
:
50
|
|
|
Return values
string|null
getLogo()
¶
SiteContextUpdateStruct.php
:
60
|
|
|
Return values
string|null
getNames()
¶
SiteContextUpdateStruct.php
:
93
|
|
|
Return values
array<string, string>|null
getRegion()
¶
SiteContextUpdateStruct.php
:
80
|
|
|
Return values
string|null
setAttributeValue()
¶
SiteContextUpdateStruct.php
:
167
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
| $value | mixed | - | - |
| $languageCode | string|null | null | - |
setAttributeValues()
¶
SiteContextUpdateStruct.php
:
149
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributeValues | array<string|int, SiteContextAttributeValueStruct>|null | - | - |
setColor()
¶
SiteContextUpdateStruct.php
:
75
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $color | string|null | - | - |
setDescription()
¶
SiteContextUpdateStruct.php
:
130
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $languageCode | string | - | - |
| $description | string|null | - | - |
setDescriptions()
¶
SiteContextUpdateStruct.php
:
125
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $descriptions | array<string, string|null>|null | - | - |
setId()
¶
SiteContextUpdateStruct.php
:
45
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $id | int|null | - | - |
setIdentifier()
¶
SiteContextUpdateStruct.php
:
55
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string|null | - | - |
setLogo()
¶
SiteContextUpdateStruct.php
:
65
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $logo | string|null | - | - |
setName()
¶
SiteContextUpdateStruct.php
:
106
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $languageCode | string | - | - |
| $name | string | - | - |
setNames()
¶
SiteContextUpdateStruct.php
:
101
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $names | array<string, string>|null | - | - |
setRegion()
¶
SiteContextUpdateStruct.php
:
85
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $region | string|null | - | - |