| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class ReferenceEntityMediaFileApiAdapter implements ReferenceEntityMediaFileApiAdapterInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var \Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClientInterface |
||
| 17 | */ |
||
| 18 | protected $akeneoPimClient; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param \Akeneo\PimEnterprise\ApiClient\AkeneoPimEnterpriseClientInterface $akeneoPimClient |
||
| 22 | */ |
||
| 23 | public function __construct(AkeneoPimEnterpriseClientInterface $akeneoPimClient) |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param string $code |
||
| 30 | * |
||
| 31 | * @return \Psr\Http\Message\ResponseInterface |
||
| 32 | */ |
||
| 33 | public function download(string $code): ResponseInterface |
||
| 40 |