ObjectStateIdentifier
ObjectStateIdentifier.php
:
15
Extends Criterion
Implements
FilteringCriterion
Properties¶
$operator¶
Criterion.php
:
23
The operator used by the Criterion.
|
|
$target¶
Criterion.php
:
37
The target used by the criteria (field, metadata...).
|
|
$value¶
Criterion.php
:
30
The value(s) matched by the criteria.
|
|
$valueData¶
Criterion.php
:
44
Additional value data, required by some criterions, MapLocationDistance for instance.
|
|
Methods¶
__construct() ¶
ObjectStateIdentifier.php
:
21
Performs operator validation based on the Criterion specifications returned by {@see getSpecifications()}.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$value | string|array<string|int, string> | - | - |
$target | string|null | null | - |
getSpecifications() ¶
ObjectStateIdentifier.php
:
29
Criterion description function.
|
|
Return values
array<string|int, Specifications>