@@ -8,6 +8,9 @@ |
||
| 8 | 8 | */ |
| 9 | 9 | abstract class ModuleController extends BaseController implements \Frameworkless\ModuleInterface{
|
| 10 | 10 | |
| 11 | + /** |
|
| 12 | + * @param string $view |
|
| 13 | + */ |
|
| 11 | 14 | protected function render($view, array $data = array()){
|
| 12 | 15 | |
| 13 | 16 | $ref = new \ReflectionClass($this); |