Skip to content
Snippets Groups Projects

Feat/add show rendered method

Merged Krzysztof Dyszczyk requested to merge feat/add-show-rendered-method into master
1 unresolved thread
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -24,5 +24,9 @@ interface Renderer
*/
public function render($template, array $params = null);
public function show_rendered($template, array $params = null);
/**
* @param string $template
* @param array $params
*/
public function output_render($template, array $params = null);
}
Loading