Copied!

ShoppingListEntryInterface

ShoppingListEntryInterface.php : 14
Interface

Methods

publicgetAddedAt()

ShoppingListEntryInterface.php : 22
public getAddedAt() : DateTimeInterface

Return values

DateTimeInterface

publicgetId()

ShoppingListEntryInterface.php : 16
public getId() : int

Return values

int

publicgetIdentifier()

ShoppingListEntryInterface.php : 18
public getIdentifier() : string

Return values

string

publicgetProduct()

ShoppingListEntryInterface.php : 20
public getProduct() : ProductInterface

Return values

ProductInterface