Copied!

MoveEntriesEvent

MoveEntriesEvent.php : 15
Final
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

MoveEntriesEvent.php : 20
public __construct(ShoppingListInterface $targetShoppingList, array<string|int, ShoppingListEntryInterface$entries)

Parameters

Name Type Default value Description
$targetShoppingList ShoppingListInterface - -
$entries array<string|int, ShoppingListEntryInterface> - -

publicgetEntries()

MoveEntriesEvent.php : 33
public getEntries() : array<string|int, ShoppingListEntryInterface>

Return values

array<string|int, ShoppingListEntryInterface>

publicgetTargetShoppingList()

MoveEntriesEvent.php : 25
public getTargetShoppingList() : ShoppingListInterface

Return values

ShoppingListInterface

publicisPropagationStopped()

Event.php : 35
public isPropagationStopped() : bool

Return values

bool

publicstopPropagation()

Event.php : 47

Stops the propagation of the event to further event listeners.

public stopPropagation() : void

If multiple event listeners are connected to the same event, no further event listener will be triggered once any trigger calls stopPropagation().