ShippingMethodServiceDecorator
ShippingMethodServiceDecorator.php
:
18
Implements
ShippingMethodServiceInterface
Properties¶
$innerService¶
ShippingMethodServiceDecorator.php
:
20
|
|
Methods¶
__construct() ¶
ShippingMethodServiceDecorator.php
:
22
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$innerService | ShippingMethodServiceInterface | - | - |
createShippingMethod() ¶
ShippingMethodServiceDecorator.php
:
54
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$createStruct | ShippingMethodCreateStruct | - | - |
Return values
deleteShippingMethod() ¶
ShippingMethodServiceDecorator.php
:
67
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$shippingMethod | ShippingMethodInterface | - | - |
deleteShippingMethodTranslation() ¶
ShippingMethodServiceDecorator.php
:
73
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$struct | ShippingMethodDeleteTranslationStruct | - | - |
findShippingMethods() ¶
ShippingMethodServiceDecorator.php
:
47
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$query | ShippingMethodQuery|null | null | - |
$prioritizedLanguages | array<string|int, mixed>|null | null | - |
Return values
getShippingMethod() ¶
ShippingMethodServiceDecorator.php
:
30
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
$prioritizedLanguages | array<string|int, string>|null | null | - |
Return values
getShippingMethodById() ¶
ShippingMethodServiceDecorator.php
:
40
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$id | int | - | - |
$prioritizedLanguages | array<string|int, string>|null | null | - |
Return values
isShippingMethodUsed() ¶
ShippingMethodServiceDecorator.php
:
79
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$shippingMethod | ShippingMethodInterface | - | - |
Return values
bool
newShippingMethodCreateStruct() ¶
ShippingMethodServiceDecorator.php
:
85
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
Return values
newShippingMethodUpdateStruct() ¶
ShippingMethodServiceDecorator.php
:
91
|
|
Return values
updateShippingMethod() ¶
ShippingMethodServiceDecorator.php
:
60
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$shippingMethod | ShippingMethodInterface | - | - |
$updateStruct | ShippingMethodUpdateStruct | - | - |