@@ -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::class ); |
@@ -351,6 +351,9 @@ |
||
| 351 | 351 | } |
| 352 | 352 | |
| 353 | 353 | |
| 354 | + /** |
|
| 355 | + * @param string $name |
|
| 356 | + */ |
|
| 354 | 357 | protected function access( $name ) |
| 355 | 358 | { |
| 356 | 359 | $class = new \ReflectionClass( \Aimeos\Client\JsonApi\Order\Standard::class ); |