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);
    }