Event emitted after action execution.
Methods¶
__construct()
¶
UpdateEntryEvent.php
:
26
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $cart | CartInterface | - | - |
| $entry | EntryInterface | - | - |
| $entryUpdateStruct | EntryUpdateStruct | - | - |
| $cartResult | CartInterface | - | - |
getCart()
¶
UpdateEntryEvent.php
:
38
|
|
|
Return values
getCartResult()
¶
UpdateEntryEvent.php
:
53
|
|
|
Return values
getEntry()
¶
UpdateEntryEvent.php
:
43
|
|
|
Return values
getEntryUpdateStruct()
¶
UpdateEntryEvent.php
:
48
|
|
|