@@ -37,7 +37,7 @@ |
||
37 | 37 | /** |
38 | 38 | * Returns the site view helper |
39 | 39 | * |
40 | - * @return Aimeos\MW\View\Helper\Site\Iface Site view helper |
|
40 | + * @return Standard Site view helper |
|
41 | 41 | */ |
42 | 42 | public function transform() |
43 | 43 | { |
@@ -498,7 +498,7 @@ |
||
498 | 498 | /** |
499 | 499 | * Constructs the data array for the view from the given item |
500 | 500 | * |
501 | - * @param \Aimeos\MShop\Locale\Item\Iface $item Locale item object |
|
501 | + * @param \Aimeos\MShop\Locale\Item\Site\Iface $item Locale item object |
|
502 | 502 | * @return string[] Multi-dimensional associative list of item data |
503 | 503 | */ |
504 | 504 | protected function toArray( \Aimeos\MShop\Locale\Item\Site\Iface $item, $copy = false ) |
@@ -476,7 +476,7 @@ |
||
476 | 476 | /** |
477 | 477 | * Constructs the data array for the view from the given item |
478 | 478 | * |
479 | - * @param \Aimeos\MShop\Locale\Item\Iface $item Locale item object |
|
479 | + * @param \Aimeos\MShop\Locale\Item\Language\Iface $item Locale item object |
|
480 | 480 | * @return string[] Multi-dimensional associative list of item data |
481 | 481 | */ |
482 | 482 | protected function toArray( \Aimeos\MShop\Locale\Item\Language\Iface $item, $copy = false ) |
@@ -479,7 +479,7 @@ |
||
479 | 479 | /** |
480 | 480 | * Constructs the data array for the view from the given item |
481 | 481 | * |
482 | - * @param \Aimeos\MShop\Locale\Item\Iface $item Locale item object |
|
482 | + * @param \Aimeos\MShop\Locale\Item\Currency\Iface $item Locale item object |
|
483 | 483 | * @return string[] Multi-dimensional associative list of item data |
484 | 484 | */ |
485 | 485 | protected function toArray( \Aimeos\MShop\Locale\Item\Currency\Iface $item, $copy = false ) |
@@ -300,6 +300,9 @@ |
||
300 | 300 | } |
301 | 301 | |
302 | 302 | |
303 | + /** |
|
304 | + * @param string $method |
|
305 | + */ |
|
303 | 306 | public function getClientMock( $method ) |
304 | 307 | { |
305 | 308 | $object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Attribute\Standard::class ) |
@@ -294,6 +294,9 @@ |
||
294 | 294 | } |
295 | 295 | |
296 | 296 | |
297 | + /** |
|
298 | + * @param string $method |
|
299 | + */ |
|
297 | 300 | public function getClientMock( $method ) |
298 | 301 | { |
299 | 302 | $object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Catalog\Standard::class ) |
@@ -306,6 +306,9 @@ |
||
306 | 306 | } |
307 | 307 | |
308 | 308 | |
309 | + /** |
|
310 | + * @param string $method |
|
311 | + */ |
|
309 | 312 | public function getClientMock( $method ) |
310 | 313 | { |
311 | 314 | $object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Coupon\Standard::class ) |
@@ -303,6 +303,9 @@ |
||
303 | 303 | } |
304 | 304 | |
305 | 305 | |
306 | + /** |
|
307 | + * @param string $method |
|
308 | + */ |
|
306 | 309 | public function getClientMock( $method ) |
307 | 310 | { |
308 | 311 | $object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Customer\Standard::class ) |
@@ -279,6 +279,9 @@ |
||
279 | 279 | } |
280 | 280 | |
281 | 281 | |
282 | + /** |
|
283 | + * @param string $method |
|
284 | + */ |
|
282 | 285 | public function getClientMock( $method ) |
283 | 286 | { |
284 | 287 | $object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Locale\Currency\Standard::class ) |