+ AddEntriesEvent
+ +Event emitted after action execution.
+ + + + + + + + + + + + + + + + ++ Methods¶ +
+ +
+
__construct()
+ ¶
+
+ |
+
+
+ + |
+
+
+
+
+ |
+
Parameters
+| Name | +Type | +Default value | +Description | +
|---|---|---|---|
| + $shoppingList + | ++ ShoppingListInterface + | ++ - + | ++ - + | +
| + $entryAddStructs + | ++ array<string|int, EntryAddStruct> + | ++ - + | ++ - + | +
| + $shoppingListResult + | ++ ShoppingListInterface + | ++ - + | ++ - + | +
+
getEntryAddStructs()
+ ¶
+
+ |
+
+
+ + |
+
+
+
+
+ |
+
Return values
+array<string|int, EntryAddStruct>
+ + +
+
getShoppingList()
+ ¶
+
+ |
+
+
+ + |
+
+
+
+
+ |
+
Return values
+ + + +
+
getShoppingListResult()
+ ¶
+
+ |
+
+
+ + |
+
+
+
+
+ |
+
Return values
+ + + +
+
isPropagationStopped()
+ ¶
+
+ |
+
+
+ + |
+
+
+
+
+ |
+
Return values
+bool
+ + +
+
stopPropagation()
+ ¶
+
+ Stops the propagation of the event to further event listeners.
+ +|
+
+
+ + |
+
+
+
+
+ |
+
If multiple event listeners are connected to the same event, no +further event listener will be triggered once any trigger calls +stopPropagation().
+ +
+
+ 