| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 36 | public function process() |
||
| 37 | { |
||
| 38 | $moduleName = $this->request->getModule(); |
||
| 39 | $recordId = $this->request->getInteger('record'); |
||
| 40 | $this->viewer->assign('TEMPLATES', \App\Pdf::getTemplates($this->moduleName, $recordId)); |
||
| 41 | $this->viewer->assign('RECORD_ID', $recordId); |
||
| 42 | $this->viewer->view($this->processTplName(), $moduleName); |
||
| 43 | } |
||
| 44 | |||
| 56 |