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