commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
MapperInterface.php
1<?php
2
3declare(strict_types=1);
10namespace Commercetools\Base;
11
12use Psr\Http\Message\ResponseInterface;
13
15{
21 public function mapResponseToClass(string $type, ResponseInterface $response);
22}
mapResponseToClass(string $type, ResponseInterface $response)