Skip to content
Snippets Groups Projects
Commit 2a37df7d authored by Marcin Kolanko's avatar Marcin Kolanko
Browse files

refactor(Renderer): replace method name to output_render

parent 102ed5ef
No related branches found
No related tags found
1 merge request!5Feat/add show rendered method
......@@ -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);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment