mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add better comments to template parsers
This commit is contained in:
parent
b5cf446375
commit
44e1ed32a2
2 changed files with 35 additions and 3 deletions
|
|
@ -5,6 +5,18 @@ namespace Rhymix\Framework\Parsers\Template;
|
|||
use HTMLDisplayHandler;
|
||||
use Rhymix\Framework\Template;
|
||||
|
||||
/**
|
||||
* Template parser v1 for XE compatibility.
|
||||
*
|
||||
* Originally part of TemplateHandler, this parser is preserved here
|
||||
* for bug-for-bug compatibility with XE and older versions of Rhymix.
|
||||
* A significant part of this code dates back to the early days of XE,
|
||||
* though Rhymix has managed to squeeze in a few new features.
|
||||
*
|
||||
* Except in the case of a serious security issue, there will be no change
|
||||
* to the parsing and conversion logic, and no new features.
|
||||
* It is strongly recommended that new templates be written in v2.
|
||||
*/
|
||||
class TemplateParser_v1
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue