MetaModels\Filter\Rules\Comparing\LessThan::getMatchingIds PHP 메소드

getMatchingIds() 공개 메소드

If no entries have been found, the result is an empty array.
public getMatchingIds ( ) : string[] | null
리턴 string[] | null
    public function getMatchingIds()
    {
        return $this->objAttribute->filterLessThan($this->varValue, $this->blnInclusive);
    }