CatalogServiceInterface
CatalogServiceInterface.php
:
19
Methods¶
copyCatalog() ¶
CatalogServiceInterface.php
:
64
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$catalog | CatalogInterface | - | - |
$copyStruct | CatalogCopyStruct | - | - |
Return values
createCatalog() ¶
CatalogServiceInterface.php
:
38
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$createStruct | CatalogCreateStruct | - | - |
Return values
Tags
deleteCatalog() ¶
CatalogServiceInterface.php
:
54
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$catalog | CatalogInterface | - | - |
Tags
deleteCatalogTranslation() ¶
CatalogServiceInterface.php
:
69
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$struct | CatalogDeleteTranslationStruct | - | - |
findCatalogs() ¶
CatalogServiceInterface.php
:
21
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$query | CatalogQuery|null | null | - |
Return values
getCatalog() ¶
CatalogServiceInterface.php
:
62
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$id | int | - | - |
$prioritizedLanguages | array<string|int, string>|null | null | - |
Return values
Tags
getCatalogByIdentifier() ¶
CatalogServiceInterface.php
:
29
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
$prioritizedLanguages | array<string|int, string>|null | null | - |
Return values
Tags
updateCatalog() ¶
CatalogServiceInterface.php
:
45
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$catalog | CatalogInterface | - | - |
$updateStruct | CatalogUpdateStruct | - | - |