@@ -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 |
@@ -67,7 +67,7 @@ |
||
67 | 67 | /** |
68 | 68 | * Figure out if module view variable value is correctly set for view output |
69 | 69 | * |
70 | - * @param \samson\core\iModule $m Pointer to module |
|
70 | + * @param samson\core\Module|null $m Pointer to module |
|
71 | 71 | * @param string $name View variable name |
72 | 72 | * @param mixed $value Value to compare |
73 | 73 | * @return boolean If view variable can be displayed in view |