@@ -31,9 +31,6 @@ |
||
31 | 31 | |
32 | 32 | namespace ntentan\honam\engines\php\helpers\form; |
33 | 33 | |
34 | -use ntentan\honam\helpers\FormHelper; |
|
35 | -use ntentan\honam\TemplateEngine; |
|
36 | - |
|
37 | 34 | /** |
38 | 35 | * The form element class. An element can be anything from the form |
39 | 36 | * itself to the objects that are put in the form. Provides an |
@@ -28,7 +28,6 @@ |
||
28 | 28 | |
29 | 29 | use ntentan\honam\engines\php\HelperFactory; |
30 | 30 | use ntentan\honam\engines\php\Janitor; |
31 | -use ntentan\honam\TemplateEngine; |
|
32 | 31 | use ntentan\honam\engines\php\Variable; |
33 | 32 | |
34 | 33 | /** |
@@ -1,14 +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\Honam; |
|
10 | -use ntentan\honam\TemplateFileResolver; |
|
11 | -use ntentan\honam\TemplateRenderer; |
|
10 | +use ntentan\honam\factories\EngineFactoryInterface; |
|
12 | 11 | |
13 | 12 | class PhpEngineFactory implements EngineFactoryInterface |
14 | 13 | { |