ProductListInterface
ProductListInterface.php
:
19
Interface
Extends
IteratorAggregate, Countable, TotalCountAwareInterface
Methods¶
getAggregations()
¶
ProductListInterface.php
:
33
|
|
Return values
AggregationResultCollection|null
getProducts()
¶
ProductListInterface.php
:
26
Partial list of products.
|
|
Return values
array<string|int, ProductInterface>
getTotalCount()
¶
ProductListInterface.php
:
31
Return total count of found products (filtered by permissions).
|
|
Return values
int