This criterion implements a logical OR criterion and will only match if AT LEAST ONE of the given criteria match.
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() ¶
LogicalOperator.php
:
35
Creates a Logic operation with the given criteria.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$criteria | array<string|int, Criterion> | - | - |
Tags
getSpecifications() ¶
LogicalOperator.php
:
52
Criterion description function.
|
|
Return values
array<string|int, mixed>