@@ -659,6 +659,9 @@ discard block |
||
659 | 659 | } |
660 | 660 | |
661 | 661 | |
662 | + /** |
|
663 | + * @param callable|null $sort_callback |
|
664 | + */ |
|
662 | 665 | protected function createSorting(array $sort, $sort_callback) |
663 | 666 | { |
664 | 667 | foreach ($sort as $key => $order) { |
@@ -1241,7 +1244,6 @@ discard block |
||
1241 | 1244 | |
1242 | 1245 | /** |
1243 | 1246 | * If we want to sent some initial filter |
1244 | - * @param array $filter |
|
1245 | 1247 | * @param bool $use_on_reset |
1246 | 1248 | * @return static |
1247 | 1249 | */ |
@@ -2135,7 +2137,7 @@ discard block |
||
2135 | 2137 | |
2136 | 2138 | /** |
2137 | 2139 | * Set options of select "items_per_page" |
2138 | - * @param array $items_per_page_list |
|
2140 | + * @param integer[] $items_per_page_list |
|
2139 | 2141 | * @return static |
2140 | 2142 | */ |
2141 | 2143 | public function setItemsPerPageList(array $items_per_page_list, $include_all = TRUE) |
@@ -2411,7 +2413,7 @@ discard block |
||
2411 | 2413 | |
2412 | 2414 | /** |
2413 | 2415 | * Get items detail parameters |
2414 | - * @return array |
|
2416 | + * @return Column\ItemDetail |
|
2415 | 2417 | */ |
2416 | 2418 | public function getItemsDetail() |
2417 | 2419 | { |
@@ -2485,7 +2487,7 @@ discard block |
||
2485 | 2487 | |
2486 | 2488 | |
2487 | 2489 | /** |
2488 | - * @return Nette\Forms\Container|NULL |
|
2490 | + * @return Utils\ItemDetailForm|null |
|
2489 | 2491 | */ |
2490 | 2492 | public function getItemDetailForm() |
2491 | 2493 | { |
@@ -2597,7 +2599,7 @@ discard block |
||
2597 | 2599 | |
2598 | 2600 | |
2599 | 2601 | /** |
2600 | - * @return InlineEdit|null |
|
2602 | + * @return InlineEdit |
|
2601 | 2603 | */ |
2602 | 2604 | public function getInlineEdit() |
2603 | 2605 | { |
@@ -2649,7 +2651,7 @@ discard block |
||
2649 | 2651 | |
2650 | 2652 | |
2651 | 2653 | /** |
2652 | - * @return InlineEdit|null |
|
2654 | + * @return InlineEdit |
|
2653 | 2655 | */ |
2654 | 2656 | public function getInlineAdd() |
2655 | 2657 | { |
@@ -2713,7 +2715,7 @@ discard block |
||
2713 | 2715 | |
2714 | 2716 | |
2715 | 2717 | /** |
2716 | - * @return ColumnsSummary|NULL |
|
2718 | + * @return ColumnsSummary |
|
2717 | 2719 | */ |
2718 | 2720 | public function getColumnsSummary() |
2719 | 2721 | { |