Copied!

LogicalNot

LogicalNot.php : 18
Extends LogicalOperator

A NOT logical criterion.

Properties

public $criteria

LogicalOperator.php : 25

The set of criteria combined by the logical operator.

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

Methods

public__construct()

LogicalNot.php : 27

Creates a new NOT logic criterion.

public __construct(CriterionInterface $criterion)

Will match of the given criterion doesn't match

Parameters

Name Type Default value Description
$criterion CriterionInterface - -
Tags
Throws
InvalidArgumentException

if more than one criterion is given in the array parameter