@@ -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 | { |
@@ -128,7 +128,7 @@ |
||
128 | 128 | /** |
129 | 129 | * Returns the frontend controller |
130 | 130 | * |
131 | - * @return \Aimeos\Controller\Frontend\Attribute\Iface Frontend controller object |
|
131 | + * @return \Aimeos\Controller\Frontend\Iface Frontend controller object |
|
132 | 132 | */ |
133 | 133 | protected function getController() |
134 | 134 | { |
@@ -140,7 +140,7 @@ |
||
140 | 140 | /** |
141 | 141 | * Returns the frontend controller |
142 | 142 | * |
143 | - * @return \Aimeos\Controller\Frontend\Stock\Iface Frontend controller object |
|
143 | + * @return \Aimeos\Controller\Frontend\Iface Frontend controller object |
|
144 | 144 | */ |
145 | 145 | protected function getController() |
146 | 146 | { |
@@ -104,7 +104,7 @@ |
||
104 | 104 | /** |
105 | 105 | * Returns the frontend controller |
106 | 106 | * |
107 | - * @return \Aimeos\Controller\Frontend\Locale\Iface Frontend controller object |
|
107 | + * @return \Aimeos\Controller\Frontend\Iface Frontend controller object |
|
108 | 108 | */ |
109 | 109 | protected function getController() |
110 | 110 | { |
@@ -231,7 +231,7 @@ |
||
231 | 231 | /** |
232 | 232 | * Returns the frontend controller |
233 | 233 | * |
234 | - * @return \Aimeos\Controller\Frontend\Customer\Iface Frontend controller object |
|
234 | + * @return \Aimeos\Controller\Frontend\Iface Frontend controller object |
|
235 | 235 | * @since 2017.04 |
236 | 236 | */ |
237 | 237 | protected function getController() |
@@ -180,8 +180,7 @@ discard block |
||
180 | 180 | { |
181 | 181 | $search = $manager->createSearch(); |
182 | 182 | $search->setConditions( $search->compare( '>', 'product.status', 0 ) ); |
183 | - } |
|
184 | - else |
|
183 | + } else |
|
185 | 184 | { |
186 | 185 | $search = $manager->createSearch( true ); |
187 | 186 | } |
@@ -275,8 +274,7 @@ discard block |
||
275 | 274 | { |
276 | 275 | $search = $manager->createSearch(); |
277 | 276 | $search->setConditions( $search->compare( '>', 'product.status', 0 ) ); |
278 | - } |
|
279 | - else |
|
277 | + } else |
|
280 | 278 | { |
281 | 279 | $search = $manager->createSearch( true ); |
282 | 280 | } |
@@ -123,7 +123,7 @@ discard block |
||
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|string $supIds List of supplier IDs for faceted search |
|
126 | + * @param integer[] $supIds List of supplier IDs for faceted search |
|
127 | 127 | * @param string $listtype List type of the product associated to the supplier, usually "default" |
128 | 128 | * @return \Aimeos\MW\Criteria\Iface Criteria object containing the conditions for searching |
129 | 129 | * @since 2018.07 |
@@ -341,6 +341,7 @@ discard block |
||
341 | 341 | * @param \Aimeos\MW\Criteria\Iface $filter Critera object which contains the filter conditions |
342 | 342 | * @param string[] $domains Domain names of items that are associated with the products and that should be fetched too |
343 | 343 | * @param integer &$total Parameter where the total number of found products will be stored in |
344 | + * @param integer $total |
|
344 | 345 | * @return array Ordered list of product items implementing \Aimeos\MShop\Product\Item\Iface |
345 | 346 | * @since 2017.03 |
346 | 347 | */ |