Skip to content
Snippets Groups Projects

feat/woo template

Open Bartek Jaskulski requested to merge feat/woo-template into devel
4 files
+ 21
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 6
0
@@ -23,4 +23,10 @@ interface Renderer
@@ -23,4 +23,10 @@ interface Renderer
* @return string
* @return string
*/
*/
public function render($template, array $params = null);
public function render($template, array $params = null);
 
 
/**
 
* @param string $template
 
* @param array $params
 
*/
 
public function output_render($template, array $params = null);
}
}
Loading