@@ -170,6 +170,9 @@ discard block |
||
170 | 170 | return false; |
171 | 171 | } |
172 | 172 | |
173 | + /** |
|
174 | + * @param boolean|string $layout |
|
175 | + */ |
|
173 | 176 | public function setLayout($layout) |
174 | 177 | { |
175 | 178 | |
@@ -211,6 +214,10 @@ discard block |
||
211 | 214 | * @return string processed content |
212 | 215 | */ |
213 | 216 | //@TODO: come back and clean up this and the way the view receives stuff |
217 | + |
|
218 | + /** |
|
219 | + * @param string|boolean $file |
|
220 | + */ |
|
214 | 221 | private function process($file) |
215 | 222 | { |
216 | 223 | ob_start(); |