@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace App\Controller\Component; |
4 | 4 | |
5 | 5 | use Cake\Controller\Component; |
6 | -use Cake\Routing\Router; |
|
7 | 6 | /** |
8 | 7 | * Order and search component handling generation of ordering and |
9 | 8 | * searching conditions in loading data tables |
@@ -289,6 +289,9 @@ |
||
289 | 289 | $this->set("related_entries", $relatedEntries); |
290 | 290 | } |
291 | 291 | |
292 | + /** |
|
293 | + * @param string $key |
|
294 | + */ |
|
292 | 295 | protected function _findArrayList($results, $key) { |
293 | 296 | $output = array(); |
294 | 297 | foreach ($results as $row) { |