This criterion implements a logical OR criterion and will only match if AT LEAST ONE of the given criteria match.
Properties¶
$criteria
¶
LogicalOperator.php
:
25
The set of criteria combined by the logical operator.
|
|
Methods¶
__construct()
¶
LogicalOperator.php
:
34
Creates a Logic operation with the given criteria.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$criteria | array<string|int, CriterionInterface> | - | - |