Copied!

PriceListInterface

PriceListInterface.php : 17
Extends IteratorAggregate, Countable
Tags
Extends

IteratorAggregate<\Ibexa\Contracts\ProductCatalog\Values\PriceInterface>

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