| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 12 | final class ILike 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 |