@@ -199,6 +199,9 @@ |
||
199 | 199 | } |
200 | 200 | |
201 | 201 | |
202 | + /** |
|
203 | + * @param string $code |
|
204 | + */ |
|
202 | 205 | protected function addProduct( $code ) |
203 | 206 | { |
204 | 207 | $prodId = \Aimeos\MShop\Factory::createManager( $this->context, 'product' )->findItem( $code )->getId(); |
@@ -313,6 +313,9 @@ |
||
313 | 313 | } |
314 | 314 | |
315 | 315 | |
316 | + /** |
|
317 | + * @param string $name |
|
318 | + */ |
|
316 | 319 | protected function access( $name ) |
317 | 320 | { |
318 | 321 | $class = new \ReflectionClass( '\Aimeos\Client\JsonApi\Order\Standard' ); |
@@ -150,7 +150,7 @@ |
||
150 | 150 | * Sets the view object that will generate the admin output. |
151 | 151 | * |
152 | 152 | * @param \Aimeos\MW\View\Iface $view The view object which generates the admin output |
153 | - * @return \Aimeos\Admin\JQAdm\Iface Reference to this object for fluent calls |
|
153 | + * @return Base Reference to this object for fluent calls |
|
154 | 154 | */ |
155 | 155 | public function setView( \Aimeos\MW\View\Iface $view ) |
156 | 156 | { |
@@ -40,7 +40,7 @@ |
||
40 | 40 | /** |
41 | 41 | * Adds the decorators to the JSON API client object |
42 | 42 | * |
43 | - * @param \Aimeos\Client\JsonApi\Common\Iface $client Client object |
|
43 | + * @param \Aimeos\Client\JsonApi\Iface $client Client object |
|
44 | 44 | * @param \Aimeos\MShop\Context\Item\Iface $context Context instance with necessary objects |
45 | 45 | * @param string $path Name of the client, e.g "product" |
46 | 46 | * @return \Aimeos\Client\JsonApi\Iface Client object |
@@ -123,6 +123,9 @@ |
||
123 | 123 | } |
124 | 124 | |
125 | 125 | |
126 | + /** |
|
127 | + * @param string $name |
|
128 | + */ |
|
126 | 129 | protected function access( $name ) |
127 | 130 | { |
128 | 131 | $class = new \ReflectionClass( '\Aimeos\Client\JsonApi\Common\Factory\Base' ); |
@@ -150,7 +150,7 @@ |
||
150 | 150 | * Sets the view object that will generate the admin output. |
151 | 151 | * |
152 | 152 | * @param \Aimeos\MW\View\Iface $view The view object which generates the admin output |
153 | - * @return \Aimeos\Admin\JQAdm\Iface Reference to this object for fluent calls |
|
153 | + * @return Base Reference to this object for fluent calls |
|
154 | 154 | */ |
155 | 155 | public function setView( \Aimeos\MW\View\Iface $view ) |
156 | 156 | { |