ReorderService
ReorderService.php
:
15
Methods¶
addToCartFromOrder() ¶
ReorderService.php
:
17
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$order | OrderInterface | - | - |
$reorderCart | CartInterface | - | - |
Return values
canBeReordered() ¶
ReorderService.php
:
26
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$order | OrderInterface | - | - |
Return values
bool
copyContext() ¶
ReorderService.php
:
22
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$sourceOrder | OrderInterface | - | - |
$targetCheckout | CheckoutInterface | - | - |
createReorderCart() ¶
ReorderService.php
:
24
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$order | OrderInterface | - | - |
$newCartName | string|null | null | - |