Copied!

PriceListInterface

PriceListInterface.php : 17
Interface
Extends IteratorAggregate, Countable

Methods

publicgetPrices()

PriceListInterface.php : 24

Partial list of prices.

public getPrices() : array<string|int, PriceInterface>

Return values

array<string|int, PriceInterface>

publicgetTotalCount()

PriceListInterface.php : 29

Return total count of found prices.

public getTotalCount() : int

Return values

int