| 1 | <?php |
||
| 14 | class UserEmail extends Criterion |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param string|string[] $value |
||
| 18 | * @param string|null $operator |
||
| 19 | */ |
||
| 20 | public function __construct($value, ?string $operator = null) |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return \eZ\Publish\API\Repository\Values\Content\Query\Criterion\Operator\Specifications[] |
||
| 27 | */ |
||
| 28 | public function getSpecifications(): array |
||
| 45 | } |
||
| 46 |