|
@@ -123,7 +123,7 @@ discard block |
|
|
block discarded – undo |
|
123
|
123
|
* Returns the given search filter with the conditions attached for filtering by suppliers. |
|
124
|
124
|
* |
|
125
|
125
|
* @param \Aimeos\MW\Criteria\Iface $filter Criteria object used for product search |
|
126
|
|
- * @param array $supIds List of supplier IDs for faceted search |
|
|
126
|
+ * @param integer[] $supIds List of supplier IDs for faceted search |
|
127
|
127
|
* @return \Aimeos\MW\Criteria\Iface Criteria object containing the conditions for searching |
|
128
|
128
|
* @since 2018.07 |
|
129
|
129
|
*/ |
|
@@ -334,6 +334,7 @@ discard block |
|
|
block discarded – undo |
|
334
|
334
|
* @param \Aimeos\MW\Criteria\Iface $filter Critera object which contains the filter conditions |
|
335
|
335
|
* @param string[] $domains Domain names of items that are associated with the products and that should be fetched too |
|
336
|
336
|
* @param integer &$total Parameter where the total number of found products will be stored in |
|
|
337
|
+ * @param integer $total |
|
337
|
338
|
* @return array Ordered list of product items implementing \Aimeos\MShop\Product\Item\Iface |
|
338
|
339
|
* @since 2017.03 |
|
339
|
340
|
*/ |
Please login to merge, or discard this patch.