MetaModels\Filter\Rules\Comparing\GreaterThan::getMatchingIds PHP Method

getMatchingIds() public method

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