@@ -95,7 +95,7 @@ |
||
95 | 95 | |
96 | 96 | /** |
97 | 97 | * Tab header rendering method |
98 | - * @return mixed Tab header view |
|
98 | + * @return string Tab header view |
|
99 | 99 | */ |
100 | 100 | public function header() |
101 | 101 | { |
@@ -172,7 +172,7 @@ |
||
172 | 172 | |
173 | 173 | /** |
174 | 174 | * Render method for rendering view of entity on main page |
175 | - * @param $entityName |
|
175 | + * @param string $entityName |
|
176 | 176 | * @return string |
177 | 177 | */ |
178 | 178 | public function renderViewsOnMainPage($entityName) |
@@ -4,8 +4,6 @@ |
||
4 | 4 | use samson\activerecord\dbQuery; |
5 | 5 | use samson\core\CompressableExternalModule; |
6 | 6 | use samson\pager\Pager; |
7 | -use samsoncms\application\CacheGenerate; |
|
8 | -use samsoncms\application\GeneratorApplication; |
|
9 | 7 | use samsonframework\core\RequestInterface; |
10 | 8 | use samsonframework\core\ResourcesInterface; |
11 | 9 | use samsonframework\core\SystemInterface; |