mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix
This commit is contained in:
parent
4f42efbb9a
commit
337913a703
@ -1,6 +1,9 @@
|
||||
<?php
|
||||
use Aspect\Template;
|
||||
|
||||
/**
|
||||
* Templater
|
||||
*/
|
||||
class Aspect {
|
||||
|
||||
const INLINE_COMPILER = 1;
|
||||
|
@ -2,8 +2,6 @@
|
||||
namespace Aspect;
|
||||
/**
|
||||
* Class blackhole
|
||||
* @author Ivan Shalganov <bzick@megagroup.ru>
|
||||
* @copyright MegaGroup.ru
|
||||
*/
|
||||
class BlackHole implements \ArrayAccess, \Countable, \Iterator {
|
||||
|
||||
|
@ -4,8 +4,6 @@ use Aspect;
|
||||
|
||||
/**
|
||||
* Primitive template
|
||||
* @author Ivan Shalganov <bzick@megagroup.ru>
|
||||
* @copyright MegaGroup.ru
|
||||
*/
|
||||
class Render extends \ArrayObject {
|
||||
/**
|
||||
|
@ -5,9 +5,6 @@ use Aspect;
|
||||
|
||||
/**
|
||||
* Aspect template compiler
|
||||
*
|
||||
* @author Ivan Shalganov <bzick@megagroup.ru>
|
||||
* @copyright MegaGroup.ru
|
||||
*/
|
||||
class Template extends Render {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user