Property | Type | Description | |
---|---|---|---|
$objAttribute | MetaModels\Attribute\IAttribute | The attribute to search in. | |
$varValue | mixed | The value to compare with. |
Method | 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. |
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. |
public getMatchingIds ( ) : string[] | null | ||
return | string[] | null |
protected IAttribute,MetaModels\Attribute $objAttribute | ||
return | MetaModels\Attribute\IAttribute |