A NOT logical criterion.
Properties¶
$criteria¶
LogicalOperator.php
:
26
The set of criteria combined by the logical operator.
|
|
$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() ¶
LogicalNot.php
:
29
Creates a new NOT logic criterion.
|
|
Will match of the given criterion doesn't match
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$criterion | Criterion | - | - |
Tags
getSpecifications() ¶
LogicalOperator.php
:
52
Criterion description function.
|
|
Return values
array<string|int, mixed>