ShoppingListInterface
ShoppingListInterface.php
:
14
Interface
Methods¶
getCreatedAt()
¶
ShoppingListInterface.php
:
30
|
|
|
Return values
DateTimeInterface
getEntries()
¶
ShoppingListInterface.php
:
26
|
|
|
Return values
ShoppingListEntryCollectionInterface
getId()
¶
ShoppingListInterface.php
:
16
|
|
|
Return values
int
getIdentifier()
¶
ShoppingListInterface.php
:
18
|
|
|
Return values
string
getName()
¶
ShoppingListInterface.php
:
20
|
|
|
Return values
string
getOwner()
¶
ShoppingListInterface.php
:
24
|
|
|
Return values
getUpdatedAt()
¶
ShoppingListInterface.php
:
32
|
|
|
Return values
DateTimeInterface
hasProduct()
¶
ShoppingListInterface.php
:
28
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $productCode | string | - | - |
Return values
bool
isDefault()
¶
ShoppingListInterface.php
:
22
|
|
|
Return values
bool