@@ -6,11 +6,11 @@ |
||
6 | 6 | * @var \app\models\Form $searchModel |
7 | 7 | */ |
8 | 8 | |
9 | +use app\backend\components\Helper; |
|
10 | +use devgroup\JsTreeWidget\ContextMenuHelper; |
|
11 | +use devgroup\JsTreeWidget\TreeWidget; |
|
9 | 12 | use kartik\dynagrid\DynaGrid; |
10 | 13 | use kartik\icons\Icon; |
11 | -use devgroup\JsTreeWidget\TreeWidget; |
|
12 | -use devgroup\JsTreeWidget\ContextMenuHelper; |
|
13 | -use app\backend\components\Helper; |
|
14 | 14 | |
15 | 15 | |
16 | 16 | $this->title = Yii::t('app', 'Navigations'); |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use yii\helpers\Html; |
|
4 | -use kartik\dynagrid\DynaGrid; |
|
5 | 3 | use app\backend\components\ActionColumn; |
4 | +use kartik\dynagrid\DynaGrid; |
|
6 | 5 | use kartik\icons\Icon; |
6 | +use yii\helpers\Html; |
|
7 | 7 | |
8 | 8 | /* @var $this yii\web\View */ |
9 | 9 | /* @var $searchModel app\components\SearchModel */ |
@@ -6,10 +6,9 @@ |
||
6 | 6 | * @var \app\models\Form $searchModel |
7 | 7 | */ |
8 | 8 | |
9 | -use kartik\helpers\Html; |
|
10 | 9 | use kartik\dynagrid\DynaGrid; |
10 | +use kartik\helpers\Html; |
|
11 | 11 | use kartik\icons\Icon; |
12 | -use yii\helpers\Url; |
|
13 | 12 | |
14 | 13 | $this->params['breadcrumbs'][] = $this->title = Yii::t('app', 'Views'); |
15 | 14 |
@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | |
6 | 6 | use app\models\Property; |
7 | -use yii\helpers\ArrayHelper; |
|
8 | -use yii\db\Query; |
|
9 | 7 | use app\models\PropertyGroup; |
10 | 8 | use yii\base\Widget; |
11 | 9 | use yii\db\ActiveRecord; |
10 | +use yii\db\Query; |
|
11 | +use yii\helpers\ArrayHelper; |
|
12 | 12 | |
13 | 13 | /** |
14 | 14 | * @property \app\models\BaseObject $object |
@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace app\behaviors; |
4 | 4 | |
5 | -use app\modules\image\models\Image; |
|
5 | +use Yii; |
|
6 | 6 | use app\models\BaseObject; |
7 | 7 | use app\models\ObjectPropertyGroup; |
8 | 8 | use app\models\ObjectStaticValues; |
9 | 9 | use app\models\ViewObject; |
10 | -use Yii; |
|
10 | +use app\modules\image\models\Image; |
|
11 | 11 | use yii\base\Behavior; |
12 | 12 | use yii\db\ActiveRecord; |
13 | 13 | use yii\db\Exception; |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace app\behaviors; |
4 | 4 | |
5 | +use Yii; |
|
5 | 6 | use app\modules\image\components\CompileSrcInterface; |
6 | 7 | use app\modules\image\models\ErrorImage; |
7 | -use Yii; |
|
8 | 8 | use yii\base\Behavior; |
9 | 9 | use yii\helpers\ArrayHelper; |
10 | 10 | use yii\web\HttpException; |
@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace app\commands; |
4 | 4 | |
5 | +use Yii; |
|
5 | 6 | use app\modules\image\models\ErrorImage; |
6 | 7 | use app\modules\image\models\Image; |
7 | 8 | use app\modules\image\models\Thumbnail; |
8 | 9 | use app\modules\image\models\ThumbnailSize; |
9 | -use Yii; |
|
10 | 10 | use yii\console\Controller; |
11 | 11 | |
12 | 12 | class ImagesController extends Controller |
@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace app\commands; |
4 | 4 | |
5 | +use Yii; |
|
5 | 6 | use app\models\BaseObject; |
6 | 7 | use app\models\ObjectStaticValues; |
7 | 8 | use app\models\Submission; |
8 | 9 | use app\modules\review\models\Review; |
9 | -use Yii; |
|
10 | 10 | use yii\base\Event; |
11 | 11 | use yii\console\Controller; |
12 | 12 |
@@ -2,14 +2,14 @@ |
||
2 | 2 | |
3 | 3 | namespace app\components; |
4 | 4 | |
5 | -use app\modules\shop\models\Category; |
|
5 | +use Yii; |
|
6 | 6 | use app\models\BaseObject; |
7 | 7 | use app\models\PrefilteredPages; |
8 | 8 | use app\models\Route; |
9 | +use app\modules\shop\models\Category; |
|
9 | 10 | use app\properties\url\StaticPart; |
10 | 11 | use app\properties\url\UrlPart; |
11 | 12 | use devgroup\TagDependencyHelper\ActiveRecordHelper; |
12 | -use Yii; |
|
13 | 13 | use yii\caching\TagDependency; |
14 | 14 | use yii\db\ActiveRecord; |
15 | 15 | use yii\helpers\ArrayHelper; |