@@ -156,6 +156,9 @@ |
||
156 | 156 | return $this; |
157 | 157 | } |
158 | 158 | |
159 | + /** |
|
160 | + * @param string $viewPath |
|
161 | + */ |
|
159 | 162 | public function view($viewPath) |
160 | 163 | { |
161 | 164 | // Find full path to view file |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use samsonphp\core\exception\ControllerActionNotFound; |
8 | 8 | use samsonphp\core\exception\ViewPathNotFound; |
9 | 9 | use samsonphp\core\exception\ViewVariableNotFound; |
10 | -use Symfony\Component\Config\Definition\Exception\Exception; |
|
11 | 10 | |
12 | 11 | /** |
13 | 12 | * Модуль системы |
@@ -72,7 +72,7 @@ |
||
72 | 72 | /** |
73 | 73 | * Figure out if module view variable value is correctly set for view output |
74 | 74 | * |
75 | - * @param \samson\core\iModule $m Pointer to module |
|
75 | + * @param samson\core\Module|null $m Pointer to module |
|
76 | 76 | * @param string $name View variable name |
77 | 77 | * @param mixed $value Value to compare |
78 | 78 | * |