1 | <?php |
||
12 | class GetProformaInvoicePdfCompressed extends GetProformaInvoicePdf |
||
13 | { |
||
14 | /** |
||
15 | * Get iDokladModelInterface class. |
||
16 | * |
||
17 | * @see iDokladModelInterface |
||
18 | * |
||
19 | * @return string |
||
20 | */ |
||
21 | public function getModelClass(): string |
||
25 | |||
26 | /** |
||
27 | * Return base URI, e.g. /invoices; /invoice/1/edit and so on. |
||
28 | * |
||
29 | * @see iDoklad::call() |
||
30 | * |
||
31 | * @return string |
||
32 | */ |
||
33 | public function getUri(): string |
||
37 | } |
||
38 |