@@ -19,6 +19,9 @@ |
||
| 19 | 19 | return $this; |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | + /** |
|
| 23 | + * @param string $template |
|
| 24 | + */ |
|
| 22 | 25 | public function render($template, $context = null) |
| 23 | 26 | { |
| 24 | 27 | $output = ''; |