Separate common Template class from Template v1 parser

This commit is contained in:
Kijin Sung 2023-10-03 23:27:02 +09:00
parent f15cdecbe1
commit 3505d49de6
5 changed files with 1239 additions and 5 deletions

View file

@ -1,11 +1,13 @@
<?php
class_alias('Rhymix\Framework\Template', 'TemplateHandler');
/**
* Template compiler
*
* @author NAVER (developers@xpressengine.com)
*/
class TemplateHandler
class XETemplateHandler
{
private $path = NULL; ///< target directory
private $filename = NULL; ///< target filename