@@ -77,7 +77,6 @@ |
||
77 | 77 | * |
78 | 78 | * @param \Psr\Http\Message\ServerRequestInterface $request Request object |
79 | 79 | * @param \Psr\Http\Message\ResponseInterface $response Response object |
80 | - * @param string|null $prefix Form parameter prefix when nesting parameters is required |
|
81 | 80 | * @return \Psr\Http\Message\ResponseInterface Modified response object |
82 | 81 | */ |
83 | 82 | public function options( ServerRequestInterface $request, ResponseInterface $response ); |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | * Sets the Aimeos bootstrap object |
71 | 71 | * |
72 | 72 | * @param \Aimeos\Bootstrap $aimeos The Aimeos bootstrap object |
73 | - * @return \Aimeos\Admin\JQAdm\Iface Reference to this object for fluent calls |
|
73 | + * @return Base Reference to this object for fluent calls |
|
74 | 74 | */ |
75 | 75 | public function setAimeos( \Aimeos\Bootstrap $aimeos ) |
76 | 76 | { |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | * Sets the view object that will generate the admin output. |
99 | 99 | * |
100 | 100 | * @param \Aimeos\MW\View\Iface $view The view object which generates the admin output |
101 | - * @return \Aimeos\Admin\JQAdm\Iface Reference to this object for fluent calls |
|
101 | + * @return Base Reference to this object for fluent calls |
|
102 | 102 | */ |
103 | 103 | public function setView( \Aimeos\MW\View\Iface $view ) |
104 | 104 | { |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | * Sets the Aimeos bootstrap object |
71 | 71 | * |
72 | 72 | * @param \Aimeos\Bootstrap $aimeos The Aimeos bootstrap object |
73 | - * @return \Aimeos\Admin\JQAdm\Iface Reference to this object for fluent calls |
|
73 | + * @return Base Reference to this object for fluent calls |
|
74 | 74 | */ |
75 | 75 | public function setAimeos( \Aimeos\Bootstrap $aimeos ) |
76 | 76 | { |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | * Sets the view object that will generate the admin output. |
99 | 99 | * |
100 | 100 | * @param \Aimeos\MW\View\Iface $view The view object which generates the admin output |
101 | - * @return \Aimeos\Admin\JQAdm\Iface Reference to this object for fluent calls |
|
101 | + * @return Base Reference to this object for fluent calls |
|
102 | 102 | */ |
103 | 103 | public function setView( \Aimeos\MW\View\Iface $view ) |
104 | 104 | { |
@@ -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\Admin\JsonAdm\Common\Factory\Base::class ); |
@@ -141,6 +141,9 @@ |
||
141 | 141 | } |
142 | 142 | |
143 | 143 | |
144 | + /** |
|
145 | + * @param string $code |
|
146 | + */ |
|
144 | 147 | protected function getCatalogItem( $code ) |
145 | 148 | { |
146 | 149 | $manager = \Aimeos\MShop\Catalog\Manager\Factory::create( $this->context ); |
@@ -140,6 +140,9 @@ |
||
140 | 140 | } |
141 | 141 | |
142 | 142 | |
143 | + /** |
|
144 | + * @param string $code |
|
145 | + */ |
|
143 | 146 | protected function getSiteItem( $code ) |
144 | 147 | { |
145 | 148 | $manager = \Aimeos\MShop\Locale\Manager\Factory::create( $this->context )->getSubManager( 'site' ); |
@@ -51,6 +51,9 @@ |
||
51 | 51 | } |
52 | 52 | |
53 | 53 | |
54 | + /** |
|
55 | + * @param string $site |
|
56 | + */ |
|
54 | 57 | private static function createContext( $site ) |
55 | 58 | { |
56 | 59 | $ctx = new \Aimeos\MShop\Context\Item\Standard(); |