| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class ProposalService extends AbstractService |
||
| 18 | { |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param HttpClientInterface $httpClient |
||
| 22 | * @param SerializerInterface $serializerInterface |
||
| 23 | */ |
||
| 24 | public function __construct( |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @param Proposal $proposal |
||
| 33 | * |
||
| 34 | * @return ResourceId |
||
| 35 | * |
||
| 36 | * @throws ApiException |
||
| 37 | */ |
||
| 38 | public function create(Proposal $proposal) |
||
| 41 | } |
||
| 42 | |||
| 43 | public function addProduct(ResourceId $proposalId, ProposalProduct $product) |
||
| 48 |