LocalAttributeGroupServiceDecorator
LocalAttributeGroupServiceDecorator.php
:
17
Abstract
Implements
LocalAttributeGroupServiceInterface
Properties¶
$innerService
¶
LocalAttributeGroupServiceDecorator.php
:
19
|
|
|
Methods¶
__construct()
¶
LocalAttributeGroupServiceDecorator.php
:
21
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $innerService | LocalAttributeGroupServiceInterface | - | - |
createAttributeGroup()
¶
LocalAttributeGroupServiceDecorator.php
:
39
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $createStruct | AttributeGroupCreateStruct | - | - |
Return values
deleteAttributeGroup()
¶
LocalAttributeGroupServiceDecorator.php
:
44
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $group | AttributeGroupInterface | - | - |
deleteAttributeGroupTranslation()
¶
LocalAttributeGroupServiceDecorator.php
:
66
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributeGroup | AttributeGroupInterface | - | - |
| $languageCode | string | - | - |
findAttributeGroups()
¶
LocalAttributeGroupServiceDecorator.php
:
34
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $query | AttributeGroupQuery|null | null | - |
Return values
getAttributeGroup()
¶
LocalAttributeGroupServiceDecorator.php
:
29
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
| $prioritizedLanguages | iterable<string|int, Language>|null | null | - |
Return values
isAttributeGroupUsed()
¶
LocalAttributeGroupServiceDecorator.php
:
73
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributeGroup | AttributeGroupInterface | - | - |
Return values
bool
newAttributeGroupCreateStruct()
¶
LocalAttributeGroupServiceDecorator.php
:
49
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Return values
newAttributeGroupUpdateStruct()
¶
LocalAttributeGroupServiceDecorator.php
:
54
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $group | AttributeGroupInterface | - | - |
Return values
updateAttributeGroup()
¶
LocalAttributeGroupServiceDecorator.php
:
59
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributeGroup | AttributeGroupInterface | - | - |
| $updateStruct | AttributeGroupUpdateStruct | - | - |