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