@@ -80,6 +80,7 @@ discard block |
||
80 | 80 | * @param \Aimeos\MW\Criteria\Iface $filter Criteria object used for product search |
81 | 81 | * @param string|array $catId Selected category by the user |
82 | 82 | * @param integer $level Constant for current category only, categories of next level (LEVEL_LIST) or whole subtree (LEVEL_SUBTREE) |
83 | + * @param string $sort |
|
83 | 84 | * @return \Aimeos\MW\Criteria\Iface Criteria object containing the conditions for searching |
84 | 85 | * @since 2017.03 |
85 | 86 | */ |
@@ -263,6 +264,7 @@ discard block |
||
263 | 264 | * @param \Aimeos\MW\Criteria\Iface $filter Critera object which contains the filter conditions |
264 | 265 | * @param string[] $domains Domain names of items that are associated with the products and that should be fetched too |
265 | 266 | * @param integer &$total Parameter where the total number of found products will be stored in |
267 | + * @param integer $total |
|
266 | 268 | * @return array Ordered list of product items implementing \Aimeos\MShop\Product\Item\Iface |
267 | 269 | * @since 2017.03 |
268 | 270 | */ |
@@ -288,7 +290,7 @@ discard block |
||
288 | 290 | * Returns the list of catalog IDs for the given catalog tree |
289 | 291 | * |
290 | 292 | * @param \Aimeos\MShop\Catalog\Item\Iface $item Catalog item with children |
291 | - * @return array List of catalog IDs |
|
293 | + * @return integer[] List of catalog IDs |
|
292 | 294 | */ |
293 | 295 | protected function getCatalogIdsFromTree( \Aimeos\MShop\Catalog\Item\Iface $item ) |
294 | 296 | { |