@@ -1,5 +1,4 @@ |
||
| 1 | 1 | <?php |
| 2 | -use kartik\select2\Select2; |
|
| 3 | 2 | |
| 4 | 3 | /** |
| 5 | 4 | * @var $this yii\web\View |
@@ -1,5 +1,4 @@ |
||
| 1 | 1 | <?php |
| 2 | -use kartik\select2\Select2; |
|
| 3 | 2 | |
| 4 | 3 | /** |
| 5 | 4 | * @var $this yii\web\View |
@@ -1,5 +1,4 @@ |
||
| 1 | 1 | <?php |
| 2 | -use kartik\select2\Select2; |
|
| 3 | 2 | |
| 4 | 3 | /** |
| 5 | 4 | * @var $this yii\web\View |
@@ -5,9 +5,9 @@ |
||
| 5 | 5 | * @var \yii\data\ActiveDataProvider $dataProvider |
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | +use kartik\icons\Icon; |
|
| 8 | 9 | use yii\helpers\Html; |
| 9 | - use yii\helpers\Url; |
|
| 10 | - use kartik\icons\Icon; |
|
| 10 | +use yii\helpers\Url; |
|
| 11 | 11 | |
| 12 | 12 | $this->title = Yii::t('app', 'Order stages'); |
| 13 | 13 | $this->params['breadcrumbs'] = [ |
@@ -2,12 +2,12 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace app\widgets\navigation\models; |
| 4 | 4 | |
| 5 | +use Yii; |
|
| 5 | 6 | use app\backgroundtasks\traits\SearchModelTrait; |
| 6 | 7 | use app\behaviors\Tree; |
| 7 | 8 | use app\properties\HasProperties; |
| 8 | 9 | use app\traits\FindById; |
| 9 | 10 | use app\traits\GetImages; |
| 10 | -use Yii; |
|
| 11 | 11 | use yii\data\ActiveDataProvider; |
| 12 | 12 | |
| 13 | 13 | /** |
@@ -2,12 +2,12 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace app\widgets\navigation\models; |
| 4 | 4 | |
| 5 | +use Yii; |
|
| 5 | 6 | use app\backgroundtasks\traits\SearchModelTrait; |
| 6 | 7 | use app\behaviors\Tree; |
| 7 | 8 | use app\properties\HasProperties; |
| 8 | 9 | use app\traits\FindById; |
| 9 | 10 | use app\traits\GetImages; |
| 10 | -use Yii; |
|
| 11 | 11 | use yii\data\ActiveDataProvider; |
| 12 | 12 | |
| 13 | 13 | /** |
@@ -2,12 +2,12 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace app\widgets\navigation\models; |
| 4 | 4 | |
| 5 | +use Yii; |
|
| 5 | 6 | use app\backgroundtasks\traits\SearchModelTrait; |
| 6 | 7 | use app\behaviors\Tree; |
| 7 | 8 | use app\properties\HasProperties; |
| 8 | 9 | use app\traits\FindById; |
| 9 | 10 | use app\traits\GetImages; |
| 10 | -use Yii; |
|
| 11 | 11 | use yii\data\ActiveDataProvider; |
| 12 | 12 | |
| 13 | 13 | /** |
@@ -2,12 +2,12 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace app\widgets\navigation\models; |
| 4 | 4 | |
| 5 | +use Yii; |
|
| 5 | 6 | use app\backgroundtasks\traits\SearchModelTrait; |
| 6 | 7 | use app\behaviors\Tree; |
| 7 | 8 | use app\properties\HasProperties; |
| 8 | 9 | use app\traits\FindById; |
| 9 | 10 | use app\traits\GetImages; |
| 10 | -use Yii; |
|
| 11 | 11 | use yii\data\ActiveDataProvider; |
| 12 | 12 | |
| 13 | 13 | /** |
@@ -31,6 +31,9 @@ discard block |
||
| 31 | 31 | */ |
| 32 | 32 | private $arrayMode = false; |
| 33 | 33 | |
| 34 | + /** |
|
| 35 | + * @param ActiveRecord $ownerModel |
|
| 36 | + */ |
|
| 34 | 37 | public function __construct($config = [], $ownerModel = null) |
| 35 | 38 | { |
| 36 | 39 | parent::__construct($config); |
@@ -52,7 +55,7 @@ discard block |
||
| 52 | 55 | } |
| 53 | 56 | |
| 54 | 57 | /** |
| 55 | - * @param $name |
|
| 58 | + * @param string $name |
|
| 56 | 59 | */ |
| 57 | 60 | public function setFormName($name) |
| 58 | 61 | { |
@@ -2,12 +2,12 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace app\widgets\navigation\models; |
| 4 | 4 | |
| 5 | +use Yii; |
|
| 5 | 6 | use app\backgroundtasks\traits\SearchModelTrait; |
| 6 | 7 | use app\behaviors\Tree; |
| 7 | 8 | use app\properties\HasProperties; |
| 8 | 9 | use app\traits\FindById; |
| 9 | 10 | use app\traits\GetImages; |
| 10 | -use Yii; |
|
| 11 | 11 | use yii\data\ActiveDataProvider; |
| 12 | 12 | |
| 13 | 13 | /** |