@@ -227,6 +227,7 @@ |
||
| 227 | 227 | * @param \Aimeos\MW\Criteria\Iface $filter Critera object which contains the filter conditions |
| 228 | 228 | * @param string[] $domains Domain names of items that are associated with the products and that should be fetched too |
| 229 | 229 | * @param integer &$total Parameter where the total number of found products will be stored in |
| 230 | + * @param integer $total |
|
| 230 | 231 | * @return array Ordered list of product items implementing \Aimeos\MShop\Product\Item\Iface |
| 231 | 232 | * @since 2015.08 |
| 232 | 233 | * @deprecated Use method in index controller instead |
@@ -268,6 +268,7 @@ discard block |
||
| 268 | 268 | * @param \Aimeos\MW\Criteria\Iface $filter Critera object which contains the filter conditions |
| 269 | 269 | * @param string[] $domains Domain names of items that are associated with the products and that should be fetched too |
| 270 | 270 | * @param integer &$total Parameter where the total number of found products will be stored in |
| 271 | + * @param integer $total |
|
| 271 | 272 | * @return array Ordered list of product items implementing \Aimeos\MShop\Product\Item\Iface |
| 272 | 273 | * @since 2017.03 |
| 273 | 274 | */ |
@@ -293,7 +294,7 @@ discard block |
||
| 293 | 294 | * Returns the list of catalog IDs for the given catalog tree |
| 294 | 295 | * |
| 295 | 296 | * @param \Aimeos\MShop\Catalog\Item\Iface $item Catalog item with children |
| 296 | - * @return array List of catalog IDs |
|
| 297 | + * @return integer[] List of catalog IDs |
|
| 297 | 298 | */ |
| 298 | 299 | protected function getCatalogIdsFromTree( \Aimeos\MShop\Catalog\Item\Iface $item ) |
| 299 | 300 | { |
@@ -212,7 +212,7 @@ |
||
| 212 | 212 | /** |
| 213 | 213 | * Returns the frontend controller |
| 214 | 214 | * |
| 215 | - * @return \Aimeos\Controller\Frontend\Basket\Iface Frontend controller object |
|
| 215 | + * @return \Aimeos\Controller\Frontend\Iface Frontend controller object |
|
| 216 | 216 | */ |
| 217 | 217 | protected function getController() |
| 218 | 218 | { |
@@ -278,7 +278,7 @@ |
||
| 278 | 278 | /** |
| 279 | 279 | * Returns the frontend controller |
| 280 | 280 | * |
| 281 | - * @return \Aimeos\Controller\Frontend\Catalog\Iface Frontend controller object |
|
| 281 | + * @return \Aimeos\Controller\Frontend\Iface Frontend controller object |
|
| 282 | 282 | */ |
| 283 | 283 | protected function getController() |
| 284 | 284 | { |
@@ -152,7 +152,7 @@ |
||
| 152 | 152 | /** |
| 153 | 153 | * Returns the frontend controller |
| 154 | 154 | * |
| 155 | - * @return \Aimeos\Controller\Frontend\Order\Iface Frontend controller object |
|
| 155 | + * @return \Aimeos\Controller\Frontend\Iface Frontend controller object |
|
| 156 | 156 | */ |
| 157 | 157 | protected function getController() |
| 158 | 158 | { |
@@ -191,7 +191,7 @@ |
||
| 191 | 191 | /** |
| 192 | 192 | * Returns the frontend controller |
| 193 | 193 | * |
| 194 | - * @return \Aimeos\Controller\Frontend\Product\Iface Frontend controller object |
|
| 194 | + * @return \Aimeos\Controller\Frontend\Iface Frontend controller object |
|
| 195 | 195 | */ |
| 196 | 196 | protected function getController() |
| 197 | 197 | { |
@@ -128,7 +128,7 @@ |
||
| 128 | 128 | /** |
| 129 | 129 | * Returns the frontend controller |
| 130 | 130 | * |
| 131 | - * @return \Aimeos\Controller\Frontend\Service\Iface Frontend controller object |
|
| 131 | + * @return \Aimeos\Controller\Frontend\Iface Frontend controller object |
|
| 132 | 132 | */ |
| 133 | 133 | protected function getController() |
| 134 | 134 | { |