PHP 클래스 MetaModels\Filter\Rules\Comparing\NotEqual

상속: implements MetaModels\Filter\IFilterRule
파일 보기 프로젝트 열기: metamodels/core

보호된 프로퍼티들

프로퍼티 타입 설명
$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