| Total Complexity | 3 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class ThirdPartiesService extends AbstractService |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @param HttpClientInterface $httpClient |
||
| 21 | * @param SerializerInterface $serializerInterface |
||
| 22 | */ |
||
| 23 | public function __construct(HttpClientInterface $httpClient, SerializerInterface $serializerInterface) |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param ThirdpartyId $id |
||
| 30 | * |
||
| 31 | * @return Thirdparty |
||
| 32 | * |
||
| 33 | * @throws ApiException |
||
| 34 | */ |
||
| 35 | public function getById(ThirdpartyId $id) |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @param Thirdparty $thirdparty |
||
| 44 | * |
||
| 45 | * @return ResourceId |
||
| 46 | * |
||
| 47 | * @throws ApiException |
||
| 48 | */ |
||
| 49 | public function create(Thirdparty $thirdparty) |
||
| 54 |