Total Complexity | 3 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class ClientSideDatatable extends Datatable |
||
11 | { |
||
12 | /** |
||
13 | * PUBLIC METHODS. |
||
14 | */ |
||
15 | |||
16 | /** |
||
17 | * @author Mathieu Petrini <[email protected]> |
||
18 | * |
||
19 | * @param array $filters |
||
20 | * |
||
21 | * @return array |
||
22 | * |
||
23 | * @throws Exception\ResolveColumnNotHandle |
||
24 | * @throws Exception\UnfilterableColumn |
||
25 | * @throws Exception\WhereColumnNotHandle |
||
26 | */ |
||
27 | public function get(array $filters): array |
||
47 |