@@ -31,6 +31,11 @@ |
||
| 31 | 31 | $this->session =$session; |
| 32 | 32 | } |
| 33 | 33 | |
| 34 | + /** |
|
| 35 | + * @param string $template |
|
| 36 | + * @param string $type |
|
| 37 | + * @param string $controller |
|
| 38 | + */ |
|
| 34 | 39 | private function checkTemplateFile($template, $type, $controller) : void |
| 35 | 40 | { |
| 36 | 41 | if (!file_exists($this->config['templates_dir'] .'/'. $template)) { |