| 1 | <?php |
||
| 14 | class template extends twig |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Clear template data |
||
| 18 | */ |
||
| 19 | public function clear() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Render Template View |
||
| 26 | * |
||
| 27 | * @param string $ext_name extension name in form namespace/extension |
||
| 28 | * @param string $tpl_file html template file |
||
| 29 | * @param string $handle template handle |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | public function render_view($ext_name, $tpl_file, $handle) |
||
| 45 | } |
||
| 46 |