@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | /** |
| 74 | 74 | * Initializes the customer group manager object |
| 75 | 75 | * |
| 76 | - * @param \Aimeos\MShop\Context\Iface $context Context object with required objects |
|
| 76 | + * @param \Aimeos\MShop\Context\Item\Iface $context Context object with required objects |
|
| 77 | 77 | */ |
| 78 | 78 | public function __construct( \Aimeos\MShop\Context\Item\Iface $context ) |
| 79 | 79 | { |
@@ -156,6 +156,7 @@ discard block |
||
| 156 | 156 | * @param \Aimeos\MW\Criteria\Iface $search Search criteria object |
| 157 | 157 | * @param array $ref List of domain items that should be fetched too |
| 158 | 158 | * @param integer &$total Number of items that are available in total |
| 159 | + * @param integer $total |
|
| 159 | 160 | * @return array List of items implementing \Aimeos\MShop\Customer\Item\Group\Iface |
| 160 | 161 | * @throws \Aimeos\MShop\Exception If retrieving items failed |
| 161 | 162 | */ |
@@ -287,7 +288,7 @@ discard block |
||
| 287 | 288 | * Creates a new customer item. |
| 288 | 289 | * |
| 289 | 290 | * @param array $values List of attributes for customer item |
| 290 | - * @return \Aimeos\MShop\Customer\Item\Iface New customer item |
|
| 291 | + * @return \Aimeos\MShop\Customer\Item\Group\Standard New customer item |
|
| 291 | 292 | */ |
| 292 | 293 | protected function createItemBase( array $values = [] ) |
| 293 | 294 | { |
@@ -39,6 +39,7 @@ discard block |
||
| 39 | 39 | * @param array $post List of uploaded files like in $_POST |
| 40 | 40 | * @param array $cookies List of uploaded files like in $_COOKIES |
| 41 | 41 | * @param array $server List of uploaded files like in $_SERVER |
| 42 | + * @param integer $target |
|
| 42 | 43 | */ |
| 43 | 44 | public function __construct( \Aimeos\MW\View\Iface $view, $target = null, array $files = [], |
| 44 | 45 | array $query = [], array $post = [], array $cookies = [], array $server = [] ) |
@@ -77,7 +78,6 @@ discard block |
||
| 77 | 78 | /** |
| 78 | 79 | * Creates a PSR-7 compatible request |
| 79 | 80 | * |
| 80 | - * @param \TYPO3\Flow\Http\Request $nativeRequest Flow request object |
|
| 81 | 81 | * @param array $files List of uploaded files like in $_FILES |
| 82 | 82 | * @param array $query List of uploaded files like in $_GET |
| 83 | 83 | * @param array $post List of uploaded files like in $_POST |