mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Separate common Template class from Template v1 parser
This commit is contained in:
parent
f15cdecbe1
commit
3505d49de6
5 changed files with 1239 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue