1 | <?php |
||
20 | final class ApiPlatformIriClient implements ApiIriClientInterface |
||
21 | { |
||
22 | /** @var AbstractBrowser */ |
||
23 | private $client; |
||
24 | |||
25 | /** @var SharedStorageInterface */ |
||
26 | private $sharedStorage; |
||
27 | |||
28 | public function __construct(AbstractBrowser $client, SharedStorageInterface $sharedStorage) |
||
33 | |||
34 | public function showByIri(string $iri): Response |
||
38 | |||
39 | private function request(RequestInterface $request): Response |
||
52 | } |
||
53 |