@@ -63,6 +63,9 @@ |
||
63 | 63 | return $this->renderHtml($html, $data); |
64 | 64 | } |
65 | 65 | |
66 | + /** |
|
67 | + * @param string $html |
|
68 | + */ |
|
66 | 69 | public function renderHtml($html, array $data) |
67 | 70 | { |
68 | 71 | if (!empty($data['layout'])) { |