PHP Класс MetaModels\Filter\Rules\Comparing\NotEqual

Наследование: implements MetaModels\Filter\IFilterRule
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$objAttribute MetaModels\Attribute\IAttribute The attribute to search in.
$varValue mixed The value to compare with.

Открытые методы

Метод Описание
__construct ( MetaModels\Attribute\IAttribute $objAttribute, mixed $varValue ) Creates an instance of this class.
getMatchingIds ( ) : string[] | null Fetch the ids for all items that hold a value that is not equal to the passed value.

Описание методов

__construct() публичный Метод

Creates an instance of this class.
public __construct ( MetaModels\Attribute\IAttribute $objAttribute, mixed $varValue )
$objAttribute MetaModels\Attribute\IAttribute The query that shall be executed.
$varValue mixed The value to compare against.

getMatchingIds() публичный Метод

If no entries have been found, the result is an empty array.
public getMatchingIds ( ) : string[] | null
Результат string[] | null

Описание свойств

$objAttribute защищенное свойство

The attribute to search in.
protected IAttribute,MetaModels\Attribute $objAttribute
Результат MetaModels\Attribute\IAttribute

$varValue защищенное свойство

The value to compare with.
protected mixed $varValue
Результат mixed