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