| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | final class EnvelopeTemplateRecipientsEndpoint extends ResourceEndpoint |
||
| 18 | { |
||
| 19 | /** @use CRUDEndpointTrait<EnvelopeTemplateRecipient> */ |
||
| 20 | use CRUDEndpointTrait; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param EnvelopeTemplate|string $template |
||
| 24 | */ |
||
| 25 | public function __construct(EnvelopeTemplatesEndpoint $parent, $template) |
||
| 32 | ); |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param mixed[] $body |
||
| 37 | */ |
||
| 38 | public function signingOrder(array $body): void |
||
| 43 |