CatalogServiceDecorator
CatalogServiceDecorator.php
:
19
Abstract
Implements
CatalogServiceInterface
Properties¶
$innerService
¶
CatalogServiceDecorator.php
:
21
|
|
|
Methods¶
__construct()
¶
CatalogServiceDecorator.php
:
23
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $innerService | CatalogServiceInterface | - | - |
copyCatalog()
¶
CatalogServiceDecorator.php
:
68
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $catalog | CatalogInterface | - | - |
| $copyStruct | CatalogCopyStruct | - | - |
Return values
createCatalog()
¶
CatalogServiceDecorator.php
:
43
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $createStruct | CatalogCreateStruct | - | - |
Return values
deleteCatalog()
¶
CatalogServiceDecorator.php
:
55
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $catalog | CatalogInterface | - | - |
deleteCatalogTranslation()
¶
CatalogServiceDecorator.php
:
75
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $struct | CatalogDeleteTranslationStruct | - | - |
findCatalogs()
¶
CatalogServiceDecorator.php
:
28
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $query | CatalogQuery|null | null | - |
Return values
getCatalog()
¶
CatalogServiceDecorator.php
:
63
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $id | int | - | - |
| $prioritizedLanguages | array<string|int, string>|null | null | - |
Return values
getCatalogByIdentifier()
¶
CatalogServiceDecorator.php
:
36
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
| $prioritizedLanguages | array<string|int, string>|null | null | - |
Return values
updateCatalog()
¶
CatalogServiceDecorator.php
:
48
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $catalog | CatalogInterface | - | - |
| $updateStruct | CatalogUpdateStruct | - | - |