@@ -247,7 +247,7 @@ discard block |
||
247 | 247 | /** |
248 | 248 | * Initializes a new customer manager object using the given context object. |
249 | 249 | * |
250 | - * @param \Aimeos\MShop\Context\Iface $context Context object with required objects |
|
250 | + * @param \Aimeos\MShop\Context\Item\Iface $context Context object with required objects |
|
251 | 251 | */ |
252 | 252 | public function __construct( \Aimeos\MShop\Context\Item\Iface $context ) |
253 | 253 | { |
@@ -306,7 +306,7 @@ discard block |
||
306 | 306 | * |
307 | 307 | * @param string|null Type the item should be created with |
308 | 308 | * @param string|null Domain of the type the item should be created with |
309 | - * @return \Aimeos\MShop\Common\Item\Site\Iface New site item object |
|
309 | + * @return \Aimeos\MShop\Customer\Item\Iface New site item object |
|
310 | 310 | */ |
311 | 311 | public function createItem( $type = null, $domain = null ) |
312 | 312 | { |
@@ -527,6 +527,7 @@ discard block |
||
527 | 527 | * |
528 | 528 | * @param \Aimeos\MW\Criteria\Iface $search Search criteria object |
529 | 529 | * @param integer &$total Number of items that are available in total |
530 | + * @param integer $total |
|
530 | 531 | * @return array List of items implementing \Aimeos\MShop\Customer\Item\Iface |
531 | 532 | * @throws \Aimeos\MShop\Customer\Exception If creating items failed |
532 | 533 | */ |
@@ -576,7 +577,7 @@ discard block |
||
576 | 577 | * |
577 | 578 | * @param string $manager Name of the sub manager type in lower case |
578 | 579 | * @param string|null $name Name of the implementation, will be from configuration (or Default) if null |
579 | - * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. |
|
580 | + * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. |
|
580 | 581 | */ |
581 | 582 | public function getSubManager( $manager, $name = null ) |
582 | 583 | { |