| Total Complexity | 5 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | final class IsMemberOf extends AbstractExpression |
||
| 14 | { |
||
| 15 | protected function createExpression(Expr $expr, string $fieldName, string $parameterName, string $alias): string |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @throws InvalidArgumentException |
||
| 22 | * @throws MetadataException |
||
| 23 | */ |
||
| 24 | protected function resolveFieldName(MetadataInterface $metadata, array $criteria): string |
||
| 46 |