mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Make TemplateHandler inherit Template nstead of class_alias
This commit is contained in:
parent
c777b59afb
commit
16572c4515
1 changed files with 10 additions and 2 deletions
|
|
@ -1,9 +1,17 @@
|
|||
<?php
|
||||
|
||||
class_alias('Rhymix\Framework\Template', 'TemplateHandler');
|
||||
/**
|
||||
* Alias to new Template class
|
||||
*/
|
||||
class TemplateHandler extends Rhymix\Framework\Template
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Template compiler
|
||||
* Old template compiler
|
||||
*
|
||||
* Moved to Rhymix\Framework\Parsers\Template\TemplateParser_v1
|
||||
*
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue