Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
17 | abstract class AbstractSimpleOperator extends AbstractOperator |
||
18 | { |
||
19 | abstract protected function getDqlOperator(bool $isNot): string; |
||
20 | |||
21 | 20 | protected function getConfiguration(Types $types, LeafType $leafType): array |
|
33 | ], |
||
34 | ], |
||
35 | ]; |
||
36 | } |
||
37 | |||
38 | 17 | public function getDqlCondition(UniqueNameFactory $uniqueNameFactory, ClassMetadata $metadata, QueryBuilder $queryBuilder, string $alias, string $field, array $args): string |
|
46 |