ShoppingListEntryCollectionInterface
ShoppingListEntryCollectionInterface.php
:
18
Interface
Extends
IteratorAggregate, Countable
Methods¶
getEntries()
¶
ShoppingListEntryCollectionInterface.php
:
23
|
|
|
Return values
array<string|int, ShoppingListEntryInterface>
getEntry()
¶
ShoppingListEntryCollectionInterface.php
:
32
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Return values
Tags
getEntryWithProductCode()
¶
ShoppingListEntryCollectionInterface.php
:
39
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $productCode | string | - | - |
Return values
Tags
getTotalCount()
¶
ShoppingListEntryCollectionInterface.php
:
25
|
|
|
Return values
int
hasEntry()
¶
ShoppingListEntryCollectionInterface.php
:
27
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Return values
bool
hasEntryWithProductCode()
¶
ShoppingListEntryCollectionInterface.php
:
34
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $productCode | string | - | - |
Return values
bool