Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
22 | final protected function getFilters() : array |
||
23 | { |
||
24 | return [ |
||
25 | 'resourceURI' => ['default' => null, ['string', true]], |
||
26 | 'name' => ['default' => null, ['string', true, 0]], |
||
27 | 'type' => ['default' => null, ['string', true, 0]], |
||
28 | 'role' => ['default' => null, ['string', true, 0]], |
||
29 | ]; |
||
30 | } |
||
31 | } |
||
32 |