| Total Complexity | 1 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 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 mixed[] $filters |
||
| 20 | * |
||
| 21 | * @return mixed[] |
||
| 22 | * |
||
| 23 | * @throws Exception\ResolveColumnNotHandle |
||
| 24 | * @throws Exception\UnfilterableColumn |
||
| 25 | * @throws Exception\WhereColumnNotHandle |
||
| 26 | */ |
||
| 27 | public function get(array $filters): array |
||
| 37 |