Searched refs:matchRule (Results 1 – 4 of 4) sorted by relevance
109 * @param null|string $matchRule112 public static function ascending(string $attribute, ?string $matchRule = null) argument114 return new self($attribute, false, $matchRule);121 * @param null|string $matchRule124 public static function descending(string $attribute, ?string $matchRule = null) argument126 return new self($attribute, true, $matchRule);
103 $matchRule = null;112 $matchRule = $keyItem->getValue();127 $sortKeys[] = new SortKey($attrName, $useReverseOrder, $matchRule);
63 matchRule(relativeName) { method in Namespace80 this.parentNamespace.matchRule(relativeName));
251 prereqRule = ns.matchRule(name);