PHP Class MetaModels\Filter\Rules\Comparing\NotEqual

Inheritance: implements MetaModels\Filter\IFilterRule
Afficher le fichier Open project: metamodels/core

Protected Properties

Свойство Type Description
$objAttribute MetaModels\Attribute\IAttribute The attribute to search in.
$varValue mixed The value to compare with.

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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() public méthode

If no entries have been found, the result is an empty array.
public getMatchingIds ( ) : string[] | null
Résultat string[] | null

Property Details

$objAttribute protected_oe property

The attribute to search in.
protected IAttribute,MetaModels\Attribute $objAttribute
Résultat MetaModels\Attribute\IAttribute

$varValue protected_oe property

The value to compare with.
protected mixed $varValue
Résultat mixed