| 1 | <?php |
||
| 15 | class Pdf extends \App\Controller\Modal |
||
| 16 | { |
||
| 17 | /** {@inheritdoc} */ |
||
| 18 | protected function getTitle() |
||
| 22 | |||
| 23 | /** {@inheritdoc} */ |
||
| 24 | protected function getModalSize() |
||
| 28 | |||
| 29 | /** {@inheritdoc} */ |
||
| 30 | protected function getModalIcon(): string |
||
| 34 | |||
| 35 | /** {@inheritdoc} */ |
||
| 36 | public function process() |
||
| 44 | |||
| 45 | /** {@inheritdoc} */ |
||
| 46 | public function postProcessAjax() |
||
| 49 | |||
| 50 | /** {@inheritdoc} */ |
||
| 51 | public function processTplName(): string |
||
| 55 | } |
||
| 56 |