MetaModels\Filter\Rules\Comparing\LessThan::getMatchingIds PHP Méthode

getMatchingIds() public méthode

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