Copied!

ShoppingListCollectionInterface

ShoppingListCollectionInterface.php : 17
Interface
Extends IteratorAggregate, Countable

Methods

publicgetShoppingLists()

ShoppingListCollectionInterface.php : 22
public getShoppingLists() : array<string|int, ShoppingListInterface>

Return values

array<string|int, ShoppingListInterface>

publicgetTotalCount()

ShoppingListCollectionInterface.php : 24
public getTotalCount() : int

Return values

int