@@ -32,6 +32,9 @@ |
||
32 | 32 | return $output; |
33 | 33 | } |
34 | 34 | |
35 | + /** |
|
36 | + * @param string $componentName |
|
37 | + */ |
|
35 | 38 | public function renderComponent(Twig_Environment $env, $context, $componentName, $data = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) |
36 | 39 | { |
37 | 40 | $data = $data === false ? [] : $data; |