Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | final class EnvelopeRecipientAttachmentsEndpoint extends ResourceEndpoint |
||
18 | { |
||
19 | /** @use ListEndpointTrait<EnvelopeRecipientAttachment> */ |
||
20 | use ListEndpointTrait; |
||
21 | use GetEndpointTrait; |
||
22 | |||
23 | /** |
||
24 | * @param EnvelopeRecipient|string $recipient |
||
25 | */ |
||
26 | public function __construct(EnvelopeRecipientsEndpoint $parent, $recipient) |
||
33 | ); |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * @param EnvelopeRecipientAttachment|string $id |
||
38 | * @param mixed[] $query |
||
39 | */ |
||
40 | public function download($id, array $query = []): FileResponse |
||
45 |