@@ -25,7 +25,7 @@ |
||
25 | 25 | /** |
26 | 26 | * Returns column collection (readonly). |
27 | 27 | * |
28 | - * @return Column[]|ObjectCollectionReadInterface |
|
28 | + * @return \Nayjest\Collection\Extended\ObjectCollection |
|
29 | 29 | */ |
30 | 30 | public function getColumns() |
31 | 31 | { |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use RuntimeException; |
7 | 7 | use ViewComponents\Grids\Component\Column; |
8 | 8 | use ViewComponents\ViewComponents\Base\ComponentInterface; |
9 | -use ViewComponents\ViewComponents\Base\Compound\PartInterface; |
|
10 | 9 | use ViewComponents\ViewComponents\Component\CollectionView; |
11 | 10 | use ViewComponents\ViewComponents\Component\Container; |
12 | 11 | use ViewComponents\ViewComponents\Component\Html\Tag; |
@@ -334,7 +334,7 @@ |
||
334 | 334 | } |
335 | 335 | |
336 | 336 | /** |
337 | - * @return null|Grid |
|
337 | + * @return Compound|null |
|
338 | 338 | */ |
339 | 339 | protected function getGrid() |
340 | 340 | { |
@@ -34,7 +34,7 @@ |
||
34 | 34 | } |
35 | 35 | |
36 | 36 | /** |
37 | - * @return string |
|
37 | + * @return DataView |
|
38 | 38 | */ |
39 | 39 | public function getText() |
40 | 40 | { |
@@ -334,7 +334,7 @@ |
||
334 | 334 | } |
335 | 335 | |
336 | 336 | /** |
337 | - * @return null|Grid |
|
337 | + * @return Compound|null |
|
338 | 338 | */ |
339 | 339 | protected function getGrid() |
340 | 340 | { |