| Total Complexity | 4 | 
| Total Lines | 32 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 17 | final class EnvelopeTemplatesEndpoint extends ResourceEndpoint  | 
            ||
| 18 | { | 
            ||
| 19 | /** @use CRUDEndpointTrait<EnvelopeTemplate> */  | 
            ||
| 20 | use CRUDEndpointTrait;  | 
            ||
| 21 | |||
| 22 | public function __construct(DigiSign $parent)  | 
            ||
| 25 | }  | 
            ||
| 26 | |||
| 27 | /**  | 
            ||
| 28 | * @param EnvelopeTemplate|string $envelope  | 
            ||
| 29 | */  | 
            ||
| 30 | public function documents($envelope): EnvelopeTemplateDocumentsEndpoint  | 
            ||
| 33 | }  | 
            ||
| 34 | |||
| 35 | /**  | 
            ||
| 36 | * @param EnvelopeTemplate|string $envelope  | 
            ||
| 37 | */  | 
            ||
| 38 | public function recipients($envelope): EnvelopeTemplateRecipientsEndpoint  | 
            ||
| 41 | }  | 
            ||
| 42 | |||
| 43 | /**  | 
            ||
| 44 | * @param EnvelopeTemplate|string $envelope  | 
            ||
| 45 | */  | 
            ||
| 46 | public function notifications($envelope): EnvelopeTemplateNotificationsEndpoint  | 
            ||
| 51 |