Copied!

ShoppingListInterface

ShoppingListInterface.php : 14
Interface

Methods

publicgetCreatedAt()

ShoppingListInterface.php : 30
public getCreatedAt() : DateTimeInterface

Return values

DateTimeInterface

publicgetEntries()

ShoppingListInterface.php : 26
public getEntries() : ShoppingListEntryCollectionInterface

Return values

ShoppingListEntryCollectionInterface

publicgetId()

ShoppingListInterface.php : 16
public getId() : int

Return values

int

publicgetIdentifier()

ShoppingListInterface.php : 18
public getIdentifier() : string

Return values

string

publicgetName()

ShoppingListInterface.php : 20
public getName() : string

Return values

string

publicgetOwner()

ShoppingListInterface.php : 24
public getOwner() : User

Return values

User

publicgetUpdatedAt()

ShoppingListInterface.php : 32
public getUpdatedAt() : DateTimeInterface

Return values

DateTimeInterface

publichasProduct()

ShoppingListInterface.php : 28
public hasProduct(string $productCode) : bool

Parameters

Name Type Default value Description
$productCode string - -

Return values

bool

publicisDefault()

ShoppingListInterface.php : 22
public isDefault() : bool

Return values

bool