Copied!

LogicalNot

LogicalNot.php : 13
Extends LogicalOperator

Properties

public $criteria

LogicalOperator.php : 21

The set of criteria combined by the logical operator.

public array<string|int, Criterion$criteria = []

Methods

public__construct()

LogicalNot.php : 24

Creates a new NOT logic criterion.

public __construct(Criterion $criterion)

Will match of the given criterion doesn't match

Parameters

Name Type Default value Description
$criterion Criterion -

criterion

Tags
Throws
InvalidArgumentException

if more than one criterion is given in the array parameter