PriceListInterface
PriceListInterface.php
:
17
Interface
Extends
IteratorAggregate, Countable
Methods¶
getPrices()
¶
PriceListInterface.php
:
24
Partial list of prices.
|
|
Return values
array<string|int, PriceInterface>
getTotalCount()
¶
PriceListInterface.php
:
29
Return total count of found prices.
|
|
Return values
int