1 | <?php |
||
19 | class IsFieldEmpty extends Criterion |
||
20 | { |
||
21 | /** |
||
22 | * @param string $fieldDefinitionIdentifier |
||
23 | * @param bool $value |
||
24 | * |
||
25 | * @throws \eZ\Publish\API\Repository\Exceptions\InvalidArgumentException |
||
26 | */ |
||
27 | public function __construct(string $fieldDefinitionIdentifier, bool $value = true) |
||
31 | |||
32 | public function getSpecifications() |
||
38 | } |
||
39 |