@@ -179,7 +179,7 @@ discard block |
||
179 | 179 | * $view->set_filename($file); |
180 | 180 | * |
181 | 181 | * @param string view filename |
182 | - * @return View |
|
182 | + * @return Kohana_View_Model |
|
183 | 183 | * @throws Kohana_View_Exception |
184 | 184 | */ |
185 | 185 | public function set_filename($file) |
@@ -260,6 +260,7 @@ discard block |
||
260 | 260 | * overwritten by the local variable. |
261 | 261 | * |
262 | 262 | * @param string view filename |
263 | + * @param string $file |
|
263 | 264 | * @return string |
264 | 265 | * @throws Kohana_View_Exception |
265 | 266 | * @uses View::capture |