Total Complexity | 3 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
12 | final class Like implements FilterInterface |
||
13 | { |
||
14 | /** |
||
15 | * @param string $field Name of the field to compare. |
||
16 | * @param string $value Value to like-compare with. |
||
17 | */ |
||
18 | 6 | public function __construct( |
|
22 | 6 | } |
|
23 | |||
24 | 6 | public function getField(): string |
|
27 | } |
||
28 | |||
29 | 5 | public function getValue(): string |
|
34 |