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