@@ -86,6 +86,9 @@ |
||
86 | 86 | return $result; |
87 | 87 | } |
88 | 88 | |
89 | + /** |
|
90 | + * @param string $tag |
|
91 | + */ |
|
89 | 92 | protected function generateItem($tag, $data) |
90 | 93 | { |
91 | 94 | $content = ""; |
@@ -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 | /** |
@@ -5,5 +5,8 @@ |
||
5 | 5 | |
6 | 6 | interface ModificationDataInterface |
7 | 7 | { |
8 | + /** |
|
9 | + * @return void |
|
10 | + */ |
|
8 | 11 | public static function processData(ModificationDataEvent $event); |
9 | 12 | } |
10 | 13 | \ No newline at end of file |