0 follower

Final Class Yiisoft\Data\Reader\Filter\Not

InheritanceYiisoft\Data\Reader\Filter\Not
ImplementsYiisoft\Data\Reader\FilterInterface

Not filter negates another filter.

Public Methods

Hide inherited methods

Method Description Defined By
__construct() Yiisoft\Data\Reader\Filter\Not

Property Details

Method Details

Hide inherited methods

__construct() public method

public mixed __construct ( Yiisoft\Data\Reader\FilterInterface $filter )
$filter Yiisoft\Data\Reader\FilterInterface

Filter to negate.

                public function __construct(
    public readonly FilterInterface $filter,
) {}