@@ -239,6 +239,9 @@ |
||
| 239 | 239 | } |
| 240 | 240 | |
| 241 | 241 | |
| 242 | + /** |
|
| 243 | + * @param string[] $methods |
|
| 244 | + */ |
|
| 242 | 245 | public function getClientMock( $methods, $real = true ) |
| 243 | 246 | { |
| 244 | 247 | $object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Type\Tag\Standard::class ) |
@@ -239,6 +239,9 @@ |
||
| 239 | 239 | } |
| 240 | 240 | |
| 241 | 241 | |
| 242 | + /** |
|
| 243 | + * @param string[] $methods |
|
| 244 | + */ |
|
| 242 | 245 | public function getClientMock( $methods, $real = true ) |
| 243 | 246 | { |
| 244 | 247 | $object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Type\Text\Lists\Standard::class ) |
@@ -239,6 +239,9 @@ |
||
| 239 | 239 | } |
| 240 | 240 | |
| 241 | 241 | |
| 242 | + /** |
|
| 243 | + * @param string[] $methods |
|
| 244 | + */ |
|
| 242 | 245 | public function getClientMock( $methods, $real = true ) |
| 243 | 246 | { |
| 244 | 247 | $object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Type\Text\Standard::class ) |
@@ -22,7 +22,7 @@ |
||
| 22 | 22 | /** |
| 23 | 23 | * Returns the site view helper |
| 24 | 24 | * |
| 25 | - * @return Aimeos\MW\View\Helper\Site\Iface Site view helper |
|
| 25 | + * @return Iface Site view helper |
|
| 26 | 26 | */ |
| 27 | 27 | public function transform() : \Aimeos\MW\View\Helper\Site\Iface; |
| 28 | 28 | |
@@ -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() : \Aimeos\MW\View\Helper\Site\Iface |
| 43 | 43 | { |
@@ -238,7 +238,7 @@ |
||
| 238 | 238 | * |
| 239 | 239 | * @param \Aimeos\MShop\Supplier\Item\Iface $item Supplier item object without referenced domain items |
| 240 | 240 | * @param array $data Data array |
| 241 | - * @return \Aimeos\MShop\Service\Item\Iface Modified supplier item |
|
| 241 | + * @return \Aimeos\MShop\Supplier\Item\Iface Modified supplier item |
|
| 242 | 242 | */ |
| 243 | 243 | protected function fromArray( \Aimeos\MShop\Supplier\Item\Iface $item, array $data ) : \Aimeos\MShop\Supplier\Item\Iface |
| 244 | 244 | { |
@@ -238,7 +238,7 @@ |
||
| 238 | 238 | * |
| 239 | 239 | * @param \Aimeos\MShop\Supplier\Item\Iface $item Supplier item object without referenced domain items |
| 240 | 240 | * @param array $data Data array |
| 241 | - * @return \Aimeos\MShop\Service\Item\Iface Modified supplier item |
|
| 241 | + * @return \Aimeos\MShop\Supplier\Item\Iface Modified supplier item |
|
| 242 | 242 | */ |
| 243 | 243 | protected function fromArray( \Aimeos\MShop\Supplier\Item\Iface $item, array $data ) : \Aimeos\MShop\Supplier\Item\Iface |
| 244 | 244 | { |
@@ -238,7 +238,7 @@ |
||
| 238 | 238 | * |
| 239 | 239 | * @param \Aimeos\MShop\Supplier\Item\Iface $item Supplier item object without referenced domain items |
| 240 | 240 | * @param array $data Data array |
| 241 | - * @return \Aimeos\MShop\Service\Item\Iface Modified supplier item |
|
| 241 | + * @return \Aimeos\MShop\Supplier\Item\Iface Modified supplier item |
|
| 242 | 242 | */ |
| 243 | 243 | protected function fromArray( \Aimeos\MShop\Supplier\Item\Iface $item, array $data ) : \Aimeos\MShop\Supplier\Item\Iface |
| 244 | 244 | { |
@@ -189,6 +189,9 @@ |
||
| 189 | 189 | } |
| 190 | 190 | |
| 191 | 191 | |
| 192 | + /** |
|
| 193 | + * @param string $method |
|
| 194 | + */ |
|
| 192 | 195 | public function getClientMock( $method ) |
| 193 | 196 | { |
| 194 | 197 | $object = $this->getMockBuilder( \Aimeos\Admin\JQAdm\Attribute\Media\Standard::class ) |