Event emitted after action execution.
Methods¶
__construct() ¶
RemoveEntryEvent.php
:
23
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$cart | CartInterface | - | - |
$entry | EntryInterface | - | - |
$cartResult | CartInterface | - | - |
getCart() ¶
RemoveEntryEvent.php
:
30
|
|
Return values
getCartResult() ¶
RemoveEntryEvent.php
:
40
|
|
Return values
getEntry() ¶
RemoveEntryEvent.php
:
35
|
|