@@ -33,8 +33,6 @@ |
||
| 33 | 33 | namespace ntentan\honam\engines\php\helpers; |
| 34 | 34 | |
| 35 | 35 | use ntentan\honam\engines\php\Helper; |
| 36 | - |
|
| 37 | -use ntentan\honam\TemplateEngine; |
|
| 38 | 36 | use ntentan\utils\Input; |
| 39 | 37 | |
| 40 | 38 | class PaginationHelper extends Helper |
@@ -3,9 +3,9 @@ |
||
| 3 | 3 | namespace ntentan\honam\factories; |
| 4 | 4 | |
| 5 | 5 | use ntentan\honam\engines\AbstractEngine; |
| 6 | +use ntentan\honam\engines\MustacheEngine; |
|
| 6 | 7 | use ntentan\honam\engines\mustache\MustacheLoader; |
| 7 | 8 | use ntentan\honam\engines\mustache\MustachePartialsLoader; |
| 8 | -use ntentan\honam\engines\MustacheEngine; |
|
| 9 | 9 | |
| 10 | 10 | |
| 11 | 11 | class MustacheEngineFactory implements EngineFactoryInterface |
@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace ntentan\honam\factories; |
| 3 | 3 | |
| 4 | -use ntentan\honam\factories\EngineFactoryInterface; |
|
| 4 | +use ntentan\honam\TemplateFileResolver; |
|
| 5 | +use ntentan\honam\TemplateRenderer; |
|
| 5 | 6 | use ntentan\honam\engines\AbstractEngine; |
| 6 | 7 | use ntentan\honam\engines\PhpEngine; |
| 7 | 8 | use ntentan\honam\engines\php\HelperFactory; |
| 8 | 9 | use ntentan\honam\engines\php\Janitor; |
| 9 | -use ntentan\honam\TemplateFileResolver; |
|
| 10 | -use ntentan\honam\TemplateRenderer; |
|
| 10 | +use ntentan\honam\factories\EngineFactoryInterface; |
|
| 11 | 11 | |
| 12 | 12 | class PhpEngineFactory implements EngineFactoryInterface |
| 13 | 13 | { |
@@ -1,13 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace ntentan\honam\factories; |
| 3 | 3 | |
| 4 | -use ntentan\honam\factories\EngineFactoryInterface; |
|
| 4 | +use ntentan\honam\TemplateRenderer; |
|
| 5 | 5 | use ntentan\honam\engines\AbstractEngine; |
| 6 | 6 | use ntentan\honam\engines\PhpEngine; |
| 7 | 7 | use ntentan\honam\engines\php\HelperFactory; |
| 8 | 8 | use ntentan\honam\engines\php\Janitor; |
| 9 | -use ntentan\honam\TemplateFileResolver; |
|
| 10 | -use ntentan\honam\TemplateRenderer; |
|
| 9 | +use ntentan\honam\factories\EngineFactoryInterface; |
|
| 11 | 10 | |
| 12 | 11 | class SmartyEngineFactory implements EngineFactoryInterface |
| 13 | 12 | { |